Interface Handler<T>

Type Parameters:
T - The type this handler accepts and returns
All Known Implementing Classes:
AbstractHandler, JsonHandler, ProtobufHandler

public interface Handler<T>
API for text request-response calls to an Avatica server.