Package dev.vality.damsel.wb_list
Class WbListServiceSrv.AsyncClient.Factory
java.lang.Object
dev.vality.damsel.wb_list.WbListServiceSrv.AsyncClient.Factory
- All Implemented Interfaces:
org.apache.thrift.async.TAsyncClientFactory<WbListServiceSrv.AsyncClient>
- Enclosing class:
- WbListServiceSrv.AsyncClient
public static class WbListServiceSrv.AsyncClient.Factory extends Object implements org.apache.thrift.async.TAsyncClientFactory<WbListServiceSrv.AsyncClient>
-
Constructor Summary
Constructors Constructor Description Factory(org.apache.thrift.async.TAsyncClientManager clientManager, org.apache.thrift.protocol.TProtocolFactory protocolFactory) -
Method Summary
Modifier and Type Method Description WbListServiceSrv.AsyncClientgetAsyncClient(org.apache.thrift.transport.TNonblockingTransport transport)
-
Constructor Details
-
Factory
public Factory(org.apache.thrift.async.TAsyncClientManager clientManager, org.apache.thrift.protocol.TProtocolFactory protocolFactory)
-
-
Method Details
-
getAsyncClient
public WbListServiceSrv.AsyncClient getAsyncClient(org.apache.thrift.transport.TNonblockingTransport transport)- Specified by:
getAsyncClientin interfaceorg.apache.thrift.async.TAsyncClientFactory<WbListServiceSrv.AsyncClient>
-