Class InvokeMessageHandlerMethod


  • public class InvokeMessageHandlerMethod
    extends Object
    • Field Detail

      • methodToInvoke

        public final Method methodToInvoke
      • invokeMethodOn

        public final Object invokeMethodOn
      • resolvedInvokeMethodWithArgumentOfType

        public final Class<?> resolvedInvokeMethodWithArgumentOfType
    • Constructor Detail

      • InvokeMessageHandlerMethod

        public InvokeMessageHandlerMethod​(Method methodToInvoke,
                                          Message message,
                                          Object messagPayload,
                                          Object invokeMethodOn,
                                          Class<?> resolvedInvokeMethodWithArgumentOfType)