Package me.ehp246.aufjms.api.inbound
Interface Invocable
- All Superinterfaces:
AutoCloseable
- Since:
- 1.0
- Author:
- Lei Yang
-
Method Summary
Modifier and TypeMethodDescriptiondefault voidclose()The AutoCloseable will be invoked by InboundEndpoint after the Invoking method returns normally or aborts by throwing an exception.instance()default InvocationModelmethod()
-
Method Details
-
instance
Object instance() -
method
Method method() -
invocationModel
-
close
The AutoCloseable will be invoked by InboundEndpoint after the Invoking method returns normally or aborts by throwing an exception.The API is intended for best-effort clean-up purpose. Exception from close() execution will be logged and suppressed so that it does not impact further execution of the ForJmsType.
- Specified by:
closein interfaceAutoCloseable- Throws:
Exception
-