public class Solace
extends java.lang.Object
| Modifier and Type | Class and Description | 
|---|---|
| static class  | Solace.CorrelationKeyThe correlation key is an object that is passed back to the client during the event broker ack
 or nack. | 
| static class  | Solace.DestinationRepresents a Solace message destination (either a Topic or a Queue). | 
| static class  | Solace.DestinationTypeRepresents a Solace destination type. | 
| static class  | Solace.PublishResultThe result of writing a message to Solace. | 
| static class  | Solace.QueueRepresents a Solace queue. | 
| static class  | Solace.RecordRepresents a Solace message record with its associated metadata. | 
| static class  | Solace.SolaceRecordMapperA utility class for mapping  BytesXMLMessageinstances toSolace.Recordobjects. | 
| static class  | Solace.TopicRepresents a Solace topic. | 
| Constructor and Description | 
|---|
| Solace() |