Interface JMSOperation.Operation

  • Enclosing class:
    JMSOperation
    Functional Interface:
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

    @FunctionalInterface
    public static interface JMSOperation.Operation
    Defines a JMS operation to perform.
    • Method Detail

      • realize

        void realize​(javax.jms.JMSContext jmsContext)
              throws Exception
        Throws:
        Exception