org.elasticsearch.transport
Interface ActionTransportRequestHandler<T extends Streamable>

All Superinterfaces:
TransportRequestHandler<T>

public interface ActionTransportRequestHandler<T extends Streamable>
extends TransportRequestHandler<T>


Method Summary
 java.lang.String action()
           
 
Methods inherited from interface org.elasticsearch.transport.TransportRequestHandler
messageReceived, newInstance, spawn
 

Method Detail

action

java.lang.String action()