Class Queue.SubscriptionKey

  • Enclosing class:
    Queue

    private static class Queue.SubscriptionKey
    extends Object
    • Field Detail

      • serverId

        short serverId
      • proxyId

        long proxyId
      • channelNumber

        int channelNumber
      • consumerTag

        String consumerTag
    • Constructor Detail

      • SubscriptionKey

        public SubscriptionKey​(short serverId,
                               long proxyId,
                               int channelNumber,
                               String consumerTag)