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).
  • Constructor Details

    • Destination

      public Destination()
  • Method Details

    • getName

      public abstract String getName()
      Gets the name of the destination.
      Returns:
      The destination name.
    • getType

      public abstract Solace.DestinationType getType()
      Gets the type of the destination (TOPIC, QUEUE or UNKNOWN).
      Returns:
      The destination type.
    • builder

      public static Solace.Destination.Builder builder()