Hi ! I want to implement a simple use case where a notification is sent to a client when its reports is finished, with Wicket Atmosphere.
I’m new to Atmosphere concepts, but not to Wicket. So I had a look at Wicket-Atmosphere Quick Start. A broadcast is very simple to create as it is done there, but I can’t understand how I can notify only one client. The API doesn’t seem clear to me since the EventBus.post(..) methods talks about UUID or AtmosphereResource. I found AtmosphereBehavior.getUUID(Page) but how can I know on which page my client is ? Is there any registration mecanism ? how to interrogate it ? In my scenario, the only information I have about the client is its sessionId. Please advice -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Wicket-Atmosphere-how-to-post-to-only-one-client-tp4666768.html Sent from the Users forum mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
