@DefaultSchema(value=AutoValueSchema.class) public abstract static class Solace.Destination extends java.lang.Object
Constructor and Description |
---|
Destination() |
Modifier and Type | Method and Description |
---|---|
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()