Class IdentityDocumentStorageSrv.AsyncClient.Factory
java.lang.Object
dev.vality.identdocstore.identity_document_storage.IdentityDocumentStorageSrv.AsyncClient.Factory
- All Implemented Interfaces:
org.apache.thrift.async.TAsyncClientFactory<IdentityDocumentStorageSrv.AsyncClient>
- Enclosing class:
- IdentityDocumentStorageSrv.AsyncClient
public static class IdentityDocumentStorageSrv.AsyncClient.Factory extends Object implements org.apache.thrift.async.TAsyncClientFactory<IdentityDocumentStorageSrv.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 IdentityDocumentStorageSrv.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 IdentityDocumentStorageSrv.AsyncClient getAsyncClient(org.apache.thrift.transport.TNonblockingTransport transport)- Specified by:
getAsyncClientin interfaceorg.apache.thrift.async.TAsyncClientFactory<IdentityDocumentStorageSrv.AsyncClient>
-