TransportRequestHandler<LivenessRequest>public final class TransportLivenessAction extends java.lang.Object implements TransportRequestHandler<LivenessRequest>
| Modifier and Type | Field | Description |
|---|---|---|
static java.lang.String |
NAME |
| Constructor | Description |
|---|---|
TransportLivenessAction(ClusterService clusterService,
TransportService transportService) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
messageReceived(LivenessRequest request,
TransportChannel channel) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitmessageReceivedpublic static final java.lang.String NAME
@Inject public TransportLivenessAction(ClusterService clusterService, TransportService transportService)
public void messageReceived(LivenessRequest request, TransportChannel channel) throws java.lang.Exception
messageReceived in interface TransportRequestHandler<LivenessRequest>java.lang.Exception