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 Summary
Modifier and Type Method Description InstanceScopegetInstanceScope()java.lang.Class<?>getInstanceType()InvocationModelgetInvocationModel()java.util.Map<java.lang.String,java.lang.reflect.Method>getMethods()java.util.Set<java.lang.String>getTypes()
-
Method Details
-
getTypes
java.util.Set<java.lang.String> getTypes() -
getInstanceType
java.lang.Class<?> getInstanceType() -
getMethods
java.util.Map<java.lang.String,java.lang.reflect.Method> getMethods() -
getInstanceScope
InstanceScope getInstanceScope() -
getInvocationModel
InvocationModel getInvocationModel()
-