Class KahaRemoveMessageCommand

    • Constructor Detail

      • KahaRemoveMessageCommand

        public KahaRemoveMessageCommand()
    • Method Detail

      • serializedSizeUnframed

        public int serializedSizeUnframed()
        Specified by:
        serializedSizeUnframed in interface org.apache.activemq.protobuf.Message<KahaRemoveMessageCommand>
      • writeUnframed

        public void writeUnframed​(org.apache.activemq.protobuf.CodedOutputStream output)
                           throws IOException
        Specified by:
        writeUnframed in interface org.apache.activemq.protobuf.Message<KahaRemoveMessageCommand>
        Overrides:
        writeUnframed in class org.apache.activemq.protobuf.BaseMessage<KahaRemoveMessageCommand>
        Throws:
        IOException
      • parseUnframed

        public static KahaRemoveMessageCommand parseUnframed​(org.apache.activemq.protobuf.CodedInputStream data)
                                                      throws org.apache.activemq.protobuf.InvalidProtocolBufferException,
                                                             IOException
        Throws:
        org.apache.activemq.protobuf.InvalidProtocolBufferException
        IOException
      • parseUnframed

        public static KahaRemoveMessageCommand parseUnframed​(org.apache.activemq.protobuf.Buffer data)
                                                      throws org.apache.activemq.protobuf.InvalidProtocolBufferException
        Throws:
        org.apache.activemq.protobuf.InvalidProtocolBufferException
      • parseUnframed

        public static KahaRemoveMessageCommand parseUnframed​(byte[] data)
                                                      throws org.apache.activemq.protobuf.InvalidProtocolBufferException
        Throws:
        org.apache.activemq.protobuf.InvalidProtocolBufferException
      • parseFramed

        public static KahaRemoveMessageCommand parseFramed​(org.apache.activemq.protobuf.CodedInputStream data)
                                                    throws org.apache.activemq.protobuf.InvalidProtocolBufferException,
                                                           IOException
        Throws:
        org.apache.activemq.protobuf.InvalidProtocolBufferException
        IOException
      • parseFramed

        public static KahaRemoveMessageCommand parseFramed​(org.apache.activemq.protobuf.Buffer data)
                                                    throws org.apache.activemq.protobuf.InvalidProtocolBufferException
        Throws:
        org.apache.activemq.protobuf.InvalidProtocolBufferException
      • parseFramed

        public static KahaRemoveMessageCommand parseFramed​(byte[] data)
                                                    throws org.apache.activemq.protobuf.InvalidProtocolBufferException
        Throws:
        org.apache.activemq.protobuf.InvalidProtocolBufferException
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • hasTransactionInfo

        public boolean hasTransactionInfo()
      • clearTransactionInfo

        public void clearTransactionInfo()
      • hasDestination

        public boolean hasDestination()
      • setDestination

        public T setDestination​(KahaDestination destination)
      • clearDestination

        public void clearDestination()
      • hasMessageId

        public boolean hasMessageId()
      • getMessageId

        public String getMessageId()
      • setMessageId

        public T setMessageId​(String messageId)
      • clearMessageId

        public void clearMessageId()
      • hasAck

        public boolean hasAck()
      • getAck

        public org.apache.activemq.protobuf.Buffer getAck()
      • setAck

        public T setAck​(org.apache.activemq.protobuf.Buffer ack)
      • clearAck

        public void clearAck()
      • hasSubscriptionKey

        public boolean hasSubscriptionKey()
      • getSubscriptionKey

        public String getSubscriptionKey()
      • setSubscriptionKey

        public T setSubscriptionKey​(String subscriptionKey)
      • clearSubscriptionKey

        public void clearSubscriptionKey()