public interface SessionProvider<T>
QueueSession
s for a specific type of communication channel.Modifier and Type | Method and Description |
---|---|
QueueSession |
createOrGetSession(T externSessRef,
String remoteQueueId)
Looks up or creates the
QueueSession that identifies a communication channel with a specific queue in a
specific remote Errai Bus. |
QueueSession createOrGetSession(T externSessRef, String remoteQueueId)
QueueSession
that identifies a communication channel with a specific queue in a
specific remote Errai Bus.externSessRef
- the session object (for example, an HttpSession
) that identifies a communications link to a remote
Errai Bus.remoteQueueId
- the ID of the queue in the remote busCopyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.