Interface BoundInvocable


public interface BoundInvocable
An Invocable that has been bound to a JmsMsg, ready to be invoked.
Since:
1.0
Author:
Lei Yang
  • Method Details

    • invocable

      Invocable invocable()
    • msg

      JmsMsg msg()
    • arguments

      Object[] arguments()
      Resolved arguments. Might not contain a value but the array should never be null.
    • log4jContext

      Map<String,String> log4jContext()
    • invoke

      default Invoked invoke()