
public interface RequestProcessor
| Modifier and Type | Method and Description |
|---|---|
RemoteMessageProto.Message.Response |
execute(RemoteMessageProto.Message.Request request)
Execute the given client request.
|
RemoteMessageProto.Message.Response execute(RemoteMessageProto.Message.Request request) throws Exception
request - The request to execute.Exception - if a problem occurred while executing the requestCopyright © 2018. All rights reserved.