Package me.ehp246.aufjms.api.endpoint
Interface InvokableDefinition
public interface InvokableDefinition
The abstraction of a Java type that is invokable by
JmsMsg.type() to be registered in the registry.
- Since:
- 1.0
- Author:
- Lei Yang
-
Method Details
-
types
-
instanceType
Class<?> instanceType() -
methods
-
instanceScope
InstanceScope instanceScope() -
invocationModel
InvocationModel invocationModel()
-