Class ActionService.AbstractActionExecuteDelegate<T,R>

java.lang.Object
ch.rswk.meta.engine.ActionService.AbstractActionExecuteDelegate<T,R>
All Implemented Interfaces:
ActionService.ActionExecuteDelegate
Enclosing class:
ActionService

public abstract static class ActionService.AbstractActionExecuteDelegate<T,R> extends Object implements ActionService.ActionExecuteDelegate
  • Field Details

    • executor

      private final Executor executor
    • requestClass

      private final Class<T> requestClass
  • Constructor Details

    • AbstractActionExecuteDelegate

      public AbstractActionExecuteDelegate(Executor executor)
  • Method Details