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