| Interface | Description |
|---|---|
| MigratoryDataInteractiveListener |
Implementations of this interface handle data messages and status notifications, like implementations of
MigratoryDataListener do, and furthermore handle subscription events for the advertised interactive subjects.
|
| MigratoryDataListener |
The implementation of this interface will handle the messages received from the server for the subscribed subjects
as well as various status notifications.
|
| MigratoryDataLogListener |
The implementation of this interface will handle the log messages produced by the library.
|
| Class | Description |
|---|---|
| MigratoryDataClient |
This class implements all the necessary operations for connecting to a cluster of one or more MigratoryData servers,
subscribing to one or more subjects, getting real-time messages for the subscribed subjects, and publishing messages.
|
| MigratoryDataKafkaUtils |
This utility class is designed to handle the encoding and decoding of Kafka records that are associated with MigratoryData messages
|
| MigratoryDataMessage |
Represent a MigratoryData message.
|
| Enum | Description |
|---|---|
| MigratoryDataLogLevel |
This class enumerates the MigratoryData logging levels.
|
| MigratoryDataMessage.MessageType | |
| MigratoryDataMessage.QoS |
The quality of service (QoS) levels for MigratoryData messaging.
|
Copyright © 2023. All rights reserved.