Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
MessageCallback.onMessage(Handle handle)
Invoked when a message is received on a flow or a session
|
Modifier and Type | Interface and Description |
---|---|
interface |
CacheSessionHandle
The CacheSessionHandle interface allows applications to send messages to a
Solace Cache Cluster.
|
interface |
ContextHandle
The ContextHandle interface represents a processing context in which session instances are
created.
|
interface |
FlowHandle
The FlowHandle interface allows applications to receive messages and events on a flow.
|
interface |
MessageDispatchTargetHandle
The MessageDispatchTargetHandle interface allows an application to receive
messages on a specific
Subscription . |
interface |
MessageHandle
The MessageHandle interface allows applications access and modify the native
Solace Message Buffers.
|
interface |
MutableMessageDispatchTargetHandle
The MutableMessageDispatchTargetHandle interface allows an application to receive
messages on a specific
MutableTopic . |
interface |
NativeDestinationHandle
The NativeDestinationHandle interface allows applications to create
Destinations in the Native API.
|
interface |
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.
|
interface |
SessionHandle
The SessionHandle interface represents a messaging API session which
abstracts a client connection to the Appliance.
|
interface |
TransactedSessionHandle
The TransactedSessionHandle interface represents a messaging API -transacted-session which
provides interfaces for local transacations with the Appliance.
|
Copyright 2004-2024 Solace Corporation. All rights reserved.