See: Description
Interface | Description |
---|---|
CacheSessionHandle |
The CacheSessionHandle interface allows applications to send messages to a
Solace Cache Cluster.
|
ContextHandle |
The ContextHandle interface represents a processing context in which session instances are
created.
|
FlowHandle |
The FlowHandle interface allows applications to receive messages and events on a flow.
|
Handle |
Abstraction of a native object.
|
IPCSupport |
Inter-Process Communications
|
MessageDispatchTargetHandle |
The MessageDispatchTargetHandle interface allows an application to receive
messages on a specific
Subscription . |
MessageHandle |
The MessageHandle interface allows applications access and modify the native
Solace Message Buffers.
|
MessageSupport |
The MessageSupport interface provides a common API for handling received messages.
|
MutableMessageDispatchTargetHandle |
The MutableMessageDispatchTargetHandle interface allows an application to receive
messages on a specific
MutableTopic . |
NativeDestinationHandle |
The NativeDestinationHandle interface allows applications to create
Destinations in the Native API.
|
ReplicationGroupMessageIdHandle |
The ReplicationGroupMessageIdHandle interface allows applications to serialize a ReplicationGroupMessageId object
into a ReplicationGroupMessageId formatted String, compare ReplicationGroupMessageId objects
and validate ReplicationGroupMessageId objects in the Native API.
|
SessionHandle |
The SessionHandle interface represents a messaging API session which
abstracts a client connection to the Appliance.
|
StatsSupport |
The StatsSupport interface provides a common API for retrieving and clearing API statistics.
|
TransactedSessionHandle |
The TransactedSessionHandle interface represents a messaging API -transacted-session which
provides interfaces for local transacations with the Appliance.
|
Class | Description |
---|---|
CacheSessionHandle.PROPERTIES |
Defines the property names used to create a Session handle
|
FlowHandle.PROPERTIES |
Defines the property names used to configure a Flow handle
|
IPCSupport.CONTEXT_PROPERTIES |
Defines property names that support IPC settings for a
ContextHandle ,
these settings are used to create a Context
Solclient.createContextForHandle() |
IPCSupport.SESSION_PROPERTIES |
Defines property names that support IPC settings for a SessionHandle,
these settings can be combined with
SessionHandle.PROPERTIES and used
to create a Session (ContextHandle.createSessionForHandle() ) |
MutableInteger |
Mutable integer
|
MutableLong |
Mutable long
|
SessionHandle.PROPERTIES |
Defines the property names used to create a SessionHandle.
|
TransactedSessionHandle.PROPERTIES |
Defines the property names used to create a transacted session handle
|
Copyright 2004-2024 Solace Corporation. All rights reserved.