Package ch.rswk.meta.engine
Interface ActionService.ActionExecuteDelegate
- All Known Implementing Classes:
ActionService.AbstractActionExecuteDelegate
- Enclosing class:
ActionService
public static interface ActionService.ActionExecuteDelegate
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.common.util.concurrent.ListenableFuture
<ExecuteReply> execute
(@Nullable String clientId, @Nullable String ipAddress, ExecuteRequest request, @Nullable String userName)
-
Method Details
-
execute
com.google.common.util.concurrent.ListenableFuture<ExecuteReply> execute(@Nullable String clientId, @Nullable String ipAddress, ExecuteRequest request, @Nullable String userName)
-