Class ServiceCallerV3

java.lang.Object
com.smeup.kokos.sdk.caller.ServiceCallerV3
com.smeup.kokos.sdk.rpgle.caller.ServiceCallerV3
All Implemented Interfaces:
com.smeup.kokos.sdk.caller.IServiceCaller

public class ServiceCallerV3 extends com.smeup.kokos.sdk.caller.ServiceCallerV3
Author:
mattia.bonardi ServiceCaller dispatch the runtime to relative service declared into fun service
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
    executeService(Class<? extends com.smeup.kokos.sdk.caller.KokosService> serviceClass, com.smeup.kokos.sdk.fun.Fun fun, com.smeup.kokos.sdk.model.ExecutionContext context, OutputStream out, com.smeup.kokos.sdk.util.SmeupDataStructurePrinter printer)
     

    Methods inherited from class com.smeup.kokos.sdk.caller.ServiceCallerV3

    changeServicePackage, dispatch, dispatchAsync, dispatchWithTimeout

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ServiceCallerV3

      public ServiceCallerV3()
  • Method Details

    • executeService

      protected void executeService(Class<? extends com.smeup.kokos.sdk.caller.KokosService> serviceClass, com.smeup.kokos.sdk.fun.Fun fun, com.smeup.kokos.sdk.model.ExecutionContext context, OutputStream out, com.smeup.kokos.sdk.util.SmeupDataStructurePrinter printer) throws Exception
      Overrides:
      executeService in class com.smeup.kokos.sdk.caller.ServiceCallerV3
      Throws:
      Exception