Class SendingContext

    • Constructor Summary

      Constructors 
      Constructor Description
      SendingContext​(jakarta.jms.Destination destination, jakarta.jms.Message message)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      jakarta.jms.Destination getDestination()  
      jakarta.jms.Message getMessage()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SendingContext

        public SendingContext​(jakarta.jms.Destination destination,
                              jakarta.jms.Message message)
    • Method Detail

      • getDestination

        public jakarta.jms.Destination getDestination()
      • getMessage

        public jakarta.jms.Message getMessage()