Interface InvokableDefinition


public interface InvokableDefinition
The abstraction of a Java type that is invokable by JmsDispatch.type() to be registered in the registry.
Since:
1.0
Author:
Lei Yang
  • Method Details

    • getMsgType

      java.lang.String getMsgType()
    • getInstanceType

      java.lang.Class<?> getInstanceType()
    • getMethods

      java.util.Map<java.lang.String,​java.lang.reflect.Method> getMethods()
    • getInstanceScope

      InstanceScope getInstanceScope()
    • getInvocationModel

      InvocationModel getInvocationModel()