Hello, in example (eventing sample in savan package) there is ListenerService (1,2) which captures messages from EventSource.
As first EventingClient makes subscription to his ListenerService and this ListenerService receives publications from EventSource. Client is subscribed to ListenerService and my question is, when this ListenerService receives some publication from EventSource, how can I deliver this information from ListenerService to my Client? Thanks in advance. Nermin.
