Package | Description |
---|---|
com.solace.messaging |
A root API package that contains interfaces and classes for developing Java applications using
Solace PubSub Messaging Java Client
|
com.solace.messaging.util |
A package that contains interfaces and classes of utilities required to work with other PubSub+
Messaging APIs.
|
Modifier and Type | Interface and Description |
---|---|
interface |
MessagingService
An interface that represents a messaging service connector and represents an entry point for
entire PubSub+ messaging API.
|
Modifier and Type | Method and Description |
---|---|
Connectable |
Connectable.addReconnectionAttemptListener(MessagingService.ReconnectionAttemptListener listener)
Registers the callback to receive reconnection attempt notifications.
|
Connectable |
Connectable.addReconnectionListener(MessagingService.ReconnectionListener listener)
Registers the callback to receive reconnection notifications.
|
Connectable |
Connectable.connect()
Connects synchronously with a PubSub+ event broker.
|
Connectable |
Connectable.removeReconnectionAttemptListener(MessagingService.ReconnectionAttemptListener listener)
Unregisters the callback that listens for reconnection attempts notifications.
|
Connectable |
Connectable.removeReconnectionListener(MessagingService.ReconnectionListener listener)
Unregisters the callback that was used to receive reconnection notifications.
|
Copyright 2019-2024 Solace Corporation. All rights reserved.