protected class TransportReplicationAction.PrimaryOperationTransportHandler extends java.lang.Object implements TransportRequestHandler<TransportReplicationAction.ConcreteShardRequest<Request>>
| Constructor and Description |
|---|
PrimaryOperationTransportHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
messageReceived(TransportReplicationAction.ConcreteShardRequest<Request> request,
TransportChannel channel) |
void |
messageReceived(TransportReplicationAction.ConcreteShardRequest<Request> request,
TransportChannel channel,
Task task)
Override this method if access to the Task parameter is needed
|
public void messageReceived(TransportReplicationAction.ConcreteShardRequest<Request> request, TransportChannel channel) throws java.lang.Exception
messageReceived in interface TransportRequestHandler<TransportReplicationAction.ConcreteShardRequest<Request extends ReplicationRequest<Request>>>java.lang.Exceptionpublic void messageReceived(TransportReplicationAction.ConcreteShardRequest<Request> request, TransportChannel channel, Task task)
TransportRequestHandlermessageReceived in interface TransportRequestHandler<TransportReplicationAction.ConcreteShardRequest<Request extends ReplicationRequest<Request>>>