public class Solace
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
Solace.Destination
Represents a Solace message destination (either a Topic or a Queue).
|
static class |
Solace.DestinationType
Represents a Solace destination type.
|
static class |
Solace.Queue
Represents a Solace queue.
|
static class |
Solace.Record
Represents a Solace message record with its associated metadata.
|
static class |
Solace.SolaceRecordMapper
A utility class for mapping
BytesXMLMessage instances to Solace.Record objects. |
static class |
Solace.Topic
Represents a Solace topic.
|
Constructor and Description |
---|
Solace() |