Class DelegatingJsonEndpoint<Req,Res,Err>

java.lang.Object
co.elastic.clients.transport.endpoints.DelegatingJsonEndpoint<Req,Res,Err>
All Implemented Interfaces:
Endpoint<Req,Res,Err>, JsonEndpoint<Req,Res,Err>
Direct Known Subclasses:
EndpointWithResponseMapperAttr

public class DelegatingJsonEndpoint<Req,Res,Err> extends Object implements JsonEndpoint<Req,Res,Err>