Class AbstractProtocolReference

    • Constructor Detail

      • AbstractProtocolReference

        public AbstractProtocolReference()
    • Method Detail

      • getProtocolData

        public <T> T getProtocolData​(Class<T> classType)
        Description copied from interface: MessageReference
        To be used on holding protocol specific data during the delivery. This will be only valid while the message is on the delivering queue at the consumer
        Specified by:
        getProtocolData in interface MessageReference
      • setProtocolData

        public <T> void setProtocolData​(Class<T> classType,
                                        T protocolData)
        Description copied from interface: MessageReference
        To be used on holding protocol specific data during the delivery. This will be only valid while the message is on the delivering queue at the consumer
        Specified by:
        setProtocolData in interface MessageReference