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 classThe correlation key is an object that is passed back to the client during the event broker ack or nack.static classRepresents a Solace message destination (either a Topic or a Queue).static enumRepresents a Solace destination type.static classThe result of writing a message to Solace.static classRepresents a Solace queue.static classRepresents a Solace message record with its associated metadata.static classA utility class for mappingBytesXMLMessageinstances toSolace.Recordobjects.static classRepresents a Solace topic. -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Solace
public Solace()
-