Class Solace
java.lang.Object
org.apache.beam.sdk.io.solace.data.Solace
Provides core data models and utilities for working with Solace messages in the context of Apache
Beam pipelines. This class includes representations for Solace topics, queues, destinations, and
message records, as well as a utility for converting Solace messages into Beam-compatible
records.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
The correlation key is an object that is passed back to the client during the event broker ack or nack.static class
Represents a Solace message destination (either a Topic or a Queue).static enum
Represents a Solace destination type.static class
The result of writing a message to Solace.static class
Represents a Solace queue.static class
Represents a Solace message record with its associated metadata.static class
A utility class for mappingBytesXMLMessage
instances toSolace.Record
objects.static class
Represents a Solace topic. -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Solace
public Solace()
-