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

    • 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()