Class Solace.Destination
java.lang.Object
org.apache.beam.sdk.io.solace.data.Solace.Destination
- Enclosing class:
Solace
@DefaultSchema(AutoValueSchema.class)
public abstract static class Solace.Destination
extends Object
Represents a Solace message destination (either a Topic or a Queue).
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Solace.Destination.Builder
builder()
abstract String
getName()
Gets the name of the destination.abstract Solace.DestinationType
getType()
Gets the type of the destination (TOPIC, QUEUE or UNKNOWN).
-
Constructor Details
-
Destination
public Destination()
-
-
Method Details
-
getName
Gets the name of the destination.- Returns:
- The destination name.
-
getType
Gets the type of the destination (TOPIC, QUEUE or UNKNOWN).- Returns:
- The destination type.
-
builder
-