Uses of Class
dev.vality.damsel.withdrawals.provider_adapter.ProcessResult
Packages that use ProcessResult
-
Uses of ProcessResult in dev.vality.damsel.withdrawals.provider_adapter
Fields in dev.vality.damsel.withdrawals.provider_adapter declared as ProcessResultMethods in dev.vality.damsel.withdrawals.provider_adapter that return ProcessResultModifier and TypeMethodDescriptionProcessResult.deepCopy()AdapterSrv.AsyncClient.ProcessWithdrawal_call.getResult()AdapterSrv.ProcessWithdrawal_result.getSuccess()AdapterSrv.Client.processWithdrawal(Withdrawal withdrawal, Value state, Map<String, String> opts) AdapterSrv.Iface.processWithdrawal(Withdrawal withdrawal, Value state, Map<String, String> opts) Запрос к адаптеру на проведение взаимодействия с провайдером в рамках платежной сессии.AdapterSrv.Client.recvProcessWithdrawal()ProcessResult.setNextState(Value next_state) ProcessResult.setTrx(TransactionInfo trx) Methods in dev.vality.damsel.withdrawals.provider_adapter that return types with arguments of type ProcessResultModifier and TypeMethodDescriptionorg.apache.thrift.async.AsyncMethodCallback<ProcessResult>AdapterSrv.AsyncProcessor.ProcessWithdrawal.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid) Methods in dev.vality.damsel.withdrawals.provider_adapter with parameters of type ProcessResultModifier and TypeMethodDescriptionintProcessResult.compareTo(ProcessResult other) booleanProcessResult.equals(ProcessResult that) AdapterSrv.ProcessWithdrawal_result.setSuccess(ProcessResult success) Method parameters in dev.vality.damsel.withdrawals.provider_adapter with type arguments of type ProcessResultModifier and TypeMethodDescriptionvoidAdapterSrv.AsyncClient.processWithdrawal(Withdrawal withdrawal, Value state, Map<String, String> opts, org.apache.thrift.async.AsyncMethodCallback<ProcessResult> resultHandler) voidAdapterSrv.AsyncIface.processWithdrawal(Withdrawal withdrawal, Value state, Map<String, String> opts, org.apache.thrift.async.AsyncMethodCallback<ProcessResult> resultHandler) voidAdapterSrv.AsyncProcessor.ProcessWithdrawal.start(I iface, AdapterSrv.ProcessWithdrawal_args args, org.apache.thrift.async.AsyncMethodCallback<ProcessResult> resultHandler) Constructors in dev.vality.damsel.withdrawals.provider_adapter with parameters of type ProcessResultModifierConstructorDescriptionProcessResult(ProcessResult other) Performs a deep copy on other.ProcessWithdrawal_result(ProcessResult success) Constructor parameters in dev.vality.damsel.withdrawals.provider_adapter with type arguments of type ProcessResultModifierConstructorDescriptionProcessWithdrawal_call(Withdrawal withdrawal, Value state, Map<String, String> opts, org.apache.thrift.async.AsyncMethodCallback<ProcessResult> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)