Package dev.vality.damsel.proxy_provider
Interface ProviderProxySrv.AsyncIface
- All Known Implementing Classes:
ProviderProxySrv.AsyncClient
- Enclosing class:
- ProviderProxySrv
public static interface ProviderProxySrv.AsyncIface
-
Method Summary
Modifier and TypeMethodDescriptionvoidgenerateToken(RecurrentTokenContext context, org.apache.thrift.async.AsyncMethodCallback<RecurrentTokenProxyResult> resultHandler) voidhandlePaymentCallback(ByteBuffer callback, PaymentContext context, org.apache.thrift.async.AsyncMethodCallback<PaymentCallbackResult> resultHandler) voidhandleRecurrentTokenCallback(ByteBuffer callback, RecurrentTokenContext context, org.apache.thrift.async.AsyncMethodCallback<RecurrentTokenCallbackResult> resultHandler) voidprocessPayment(PaymentContext context, org.apache.thrift.async.AsyncMethodCallback<PaymentProxyResult> resultHandler)
-
Method Details
-
generateToken
void generateToken(RecurrentTokenContext context, org.apache.thrift.async.AsyncMethodCallback<RecurrentTokenProxyResult> resultHandler) throws org.apache.thrift.TException - Throws:
org.apache.thrift.TException
-
handleRecurrentTokenCallback
void handleRecurrentTokenCallback(ByteBuffer callback, RecurrentTokenContext context, org.apache.thrift.async.AsyncMethodCallback<RecurrentTokenCallbackResult> resultHandler) throws org.apache.thrift.TException - Throws:
org.apache.thrift.TException
-
processPayment
void processPayment(PaymentContext context, org.apache.thrift.async.AsyncMethodCallback<PaymentProxyResult> resultHandler) throws org.apache.thrift.TException - Throws:
org.apache.thrift.TException
-
handlePaymentCallback
void handlePaymentCallback(ByteBuffer callback, PaymentContext context, org.apache.thrift.async.AsyncMethodCallback<PaymentCallbackResult> resultHandler) throws org.apache.thrift.TException - Throws:
org.apache.thrift.TException
-