Class DecouplingInterceptor.InvokeMethodStep

  • All Implemented Interfaces:
    IComponentStep<java.lang.Void>
    Enclosing class:
    DecouplingInterceptor

    public static class DecouplingInterceptor.InvokeMethodStep
    extends java.lang.Object
    implements IComponentStep<java.lang.Void>
    Service invocation step.
    • Method Detail

      • execute

        public jadex.commons.future.IFuture<java.lang.Void> execute​(IInternalAccess ia)
        Execute the step.
        Specified by:
        execute in interface IComponentStep<java.lang.Void>
        Returns:
        The result of the command.
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object