| Package | Description |
|---|---|
| com.solacesystems.jcsmp |
The Solace Messaging API for Java (also referred to as JCSMP) is a 100% pure Java implementation that provides an object-oriented API for delivering high message throughput.
|
| com.solacesystems.jcsmp.impl | |
| com.solacesystems.jcsmpx.impl |
| Modifier and Type | Method and Description |
|---|---|
DestinationListener |
DestinationConsumer.getMessageDestinationListener()
Gets the message consumer's message listener.
|
| Modifier and Type | Method and Description |
|---|---|
DestinationConsumer |
JCSMPDestinationSession.getMessageConsumer(DestinationListener listener)
Get the instance of
DestinationConsumer. |
DestinationConsumer |
JCSMPDestinationSession.getMessageConsumer(DestinationSubscriptionStateProvider destinationSubscriptionStateProvider,
DestinationListener listener)
Get the instance of
DestinationConsumer with subscriptions
out-of-sync checking. |
DestinationConsumer |
JCSMPDestinationSession.getMessageConsumer(DestinationSubscriptionStateProvider destinationSubscriptionStateProvider,
JCSMPReconnectEventHandler reconnectHandler,
DestinationListener listener)
Get the instance of
DestinationConsumer with subscriptions out-of-sync
checking and reconnect event handler. |
DestinationConsumer |
JCSMPDestinationSession.getMessageConsumer(JCSMPReconnectEventHandler reconnectHandler,
DestinationListener listener)
Get the instance of
DestinationConsumer with a reconnect event
handler. |
| Modifier and Type | Method and Description |
|---|---|
DestinationConsumer |
JCSMPBasicSession.getMessageConsumer(DestinationListener listener) |
DestinationConsumer |
JCSMPBasicSession.getMessageConsumer(DestinationSubscriptionStateProvider destinationSubscriptionStateProvider,
DestinationListener listener) |
DestinationConsumer |
JCSMPBasicSession.getMessageConsumer(DestinationSubscriptionStateProvider destinationSubscriptionStateProvider,
JCSMPReconnectEventHandler reconnectHandler,
DestinationListener listener) |
DestinationConsumer |
JCSMPBasicSession.getMessageConsumer(JCSMPReconnectEventHandler reconnectHandler,
DestinationListener listener) |
| Modifier and Type | Method and Description |
|---|---|
DestinationListener |
TopicConsumerImpl.getMessageDestinationListener() |
DestinationListener |
MessageListenerAdapter.getMessageTopicListener() |
| Constructor and Description |
|---|
MessageListenerAdapter(DestinationListener topicListener) |
Copyright 2004-2020 Solace Corporation. All rights reserved.