Class DestinationInfo

  • All Implemented Interfaces:
    Command, DataStructure

    public class DestinationInfo
    extends BaseCommand
    Used to create and destroy destinations on the broker.
    • Constructor Detail

      • DestinationInfo

        public DestinationInfo()
    • Method Detail

      • getDataStructureType

        public byte getDataStructureType()
        Returns:
        The type of the data structure
      • isAddOperation

        public boolean isAddOperation()
      • isRemoveOperation

        public boolean isRemoveOperation()
      • setConnectionId

        public void setConnectionId​(ConnectionId connectionId)
      • getOperationType

        public byte getOperationType()
      • setOperationType

        public void setOperationType​(byte operationType)
      • getTimeout

        public long getTimeout()
      • setTimeout

        public void setTimeout​(long timeout)
      • getBrokerPath

        public BrokerId[] getBrokerPath()
        The route of brokers the command has moved through.
      • setBrokerPath

        public void setBrokerPath​(BrokerId[] brokerPath)