@DefaultSchema(value=AutoValueSchema.class) public abstract static class Solace.Destination extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
Solace.Destination.Builder |
Constructor and Description |
---|
Destination() |
Modifier and Type | Method and Description |
---|---|
static Solace.Destination.Builder |
builder() |
abstract java.lang.String |
getName()
Gets the name of the destination.
|
abstract Solace.DestinationType |
getType()
Gets the type of the destination (TOPIC, QUEUE or UNKNOWN).
|
public abstract java.lang.String getName()
public abstract Solace.DestinationType getType()
public static Solace.Destination.Builder builder()