Package | Description |
---|---|
com.solacesystems.solclientj.core |
Entry point into the Solace Java RTO Messaging API (
Solclient ). |
com.solacesystems.solclientj.core.event |
Messaging API Event and Callback Interfaces
|
com.solacesystems.solclientj.core.handle |
Handles for wrapping the various concepts managed in the messaging API.
|
Class and Description |
---|
CacheSessionEvent
An object with the CacheSessionEvent interface is returned by
CacheSessionHandle.getCacheSessionEvent() . |
FlowEvent
An object with the FlowEvent interface is returned by
FlowHandle.getFlowEvent() . |
MessageCallback
The callback interface for receiving messages.
|
SessionEvent
An object with the SessionEvent interface is returned by
SessionHandle.getSessionEvent() . |
Class and Description |
---|
Event
An object with the Event interface has access to the underlying Native SDK
ResponseCode and information string.
|
MessageCallback
The callback interface for receiving messages.
|
Class and Description |
---|
CacheSessionEvent
An object with the CacheSessionEvent interface is returned by
CacheSessionHandle.getCacheSessionEvent() . |
CacheSessionEventCallback
The cacheSession event callback is called by the
API for asynchronous cache requests
(see
NO_WAIT_REPLY in CacheRequest Options). |
FlowEvent
An object with the FlowEvent interface is returned by
FlowHandle.getFlowEvent() . |
FlowEventCallback
The callback interface for Flow events.
|
MessageCallback
The callback interface for receiving messages.
|
MessageDispatcher
Interface to add a per topic MessageCallback to a
SessionHandle
or FlowHandle |
SessionEvent
An object with the SessionEvent interface is returned by
SessionHandle.getSessionEvent() . |
SessionEventCallback
When a Session event is received that indicates an error condition (such as the Session going down), additional
error information is recorded and can be retrieved through
SolClient.getLastErrorInfo()
The callback interface for Session events. |
Copyright 2004-2024 Solace Corporation. All rights reserved.