Interface BoundInvocable


public interface BoundInvocable
Since:
1.0
Author:
Lei Yang
  • Method Details

    • invocable

      Invocable invocable()
    • msg

      JmsMsg msg()
    • arguments

      Object[] arguments()
      Resolved argument values ready for invocation. Should never be null.
    • invoke

      default Invoked invoke()