public interface SessionService
extends java.io.Serializable
Modifier and Type | Method and Description |
---|---|
void |
close()
Gracefully closes the connection to the service.
|
void |
connect()
Establishes a connection to the service.
|
MessageReceiver |
createReceiver()
Creates a MessageReceiver object for receiving messages from Solace.
|
boolean |
isClosed()
Checks whether the connection to the service is currently closed.
|
void connect()
void close()
boolean isClosed()
MessageReceiver createReceiver()