Package me.ehp246.aufjms.api.endpoint
Interface Executable
public interface Executable
- Since:
- 1.0
- Author:
- Lei Yang
-
Method Summary
Modifier and TypeMethodDescriptiondefault AutoCloseableIf specified, the AutoCloseable will be invoked by InboundEndpoint after the Invoking method has completed either normally or with an exception.instance()default InvocationModelmethod()
-
Method Details
-
instance
Object instance() -
method
Method method() -
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
-