Package dev.vality.damsel.webhooker
Class WebhookMessageServiceSrv.AsyncClient
java.lang.Object
org.apache.thrift.async.TAsyncClient
dev.vality.damsel.webhooker.WebhookMessageServiceSrv.AsyncClient
- All Implemented Interfaces:
WebhookMessageServiceSrv.AsyncIface
- Enclosing class:
- WebhookMessageServiceSrv
public static class WebhookMessageServiceSrv.AsyncClient extends org.apache.thrift.async.TAsyncClient implements WebhookMessageServiceSrv.AsyncIface
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classWebhookMessageServiceSrv.AsyncClient.Factorystatic classWebhookMessageServiceSrv.AsyncClient.Send_call -
Field Summary
Fields inherited from class org.apache.thrift.async.TAsyncClient
___currentMethod, ___manager, ___protocolFactory, ___transport -
Constructor Summary
Constructors Constructor Description AsyncClient(org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.async.TAsyncClientManager clientManager, org.apache.thrift.transport.TNonblockingTransport transport) -
Method Summary
Methods inherited from class org.apache.thrift.async.TAsyncClient
checkReady, getError, getProtocolFactory, getTimeout, hasError, hasTimeout, onComplete, onError, setTimeout
-
Constructor Details
-
AsyncClient
public AsyncClient(org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.async.TAsyncClientManager clientManager, org.apache.thrift.transport.TNonblockingTransport transport)
-
-
Method Details
-
send
public void send(long hook_id, String source_id, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler) throws org.apache.thrift.TException- Specified by:
sendin interfaceWebhookMessageServiceSrv.AsyncIface- Throws:
org.apache.thrift.TException
-