Interface ActionService.ActionExecuteDelegate

All Known Implementing Classes:
ActionService.AbstractActionExecuteDelegate
Enclosing class:
ActionService

public static interface ActionService.ActionExecuteDelegate
  • Method Summary

    Modifier and Type
    Method
    Description
    com.google.common.util.concurrent.ListenableFuture<ExecuteReply>
    execute(@Nullable String clientId, @Nullable String ipAddress, ExecuteRequest request, @Nullable String userName)