Interface Executable


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

    • instance

      Object instance()
    • method

      Method method()
    • closeable

      default AutoCloseable closeable()
      If specified, the AutoCloseable will be invoked by InboundEndpoint after the Invoking method has completed either normally or with an exception.

      The API is intended for best-effort clean-up purpose. Exception is logged and ignored. It does not impact further execution of the ForJmsType.

    • invocationModel

      default InvocationModel invocationModel()