java.lang.Object
dk.cloudcreate.essentials.components.foundation.messaging.eip.store_and_forward.operation.InvokeMessageHandlerMethod

public class InvokeMessageHandlerMethod extends Object
  • Field Details

    • methodToInvoke

      public final Method methodToInvoke
    • invokeMethodOn

      public final Object invokeMethodOn
    • resolvedInvokeMethodWithArgumentOfType

      public final Class<?> resolvedInvokeMethodWithArgumentOfType
  • Constructor Details

    • InvokeMessageHandlerMethod

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