Uses of Class
dev.vality.damsel.withdrawals.provider_adapter.CallbackResult
Packages that use CallbackResult
-
Uses of CallbackResult in dev.vality.damsel.withdrawals.provider_adapter
Fields in dev.vality.damsel.withdrawals.provider_adapter declared as CallbackResultMethods in dev.vality.damsel.withdrawals.provider_adapter that return CallbackResultModifier and TypeMethodDescriptionCallbackResult.deepCopy()AdapterSrv.AsyncClient.HandleCallback_call.getResult()AdapterSrv.HandleCallback_result.getSuccess()AdapterSrv.Client.handleCallback(Callback callback, Withdrawal withdrawal, Value state, Map<String, String> opts) AdapterSrv.Iface.handleCallback(Callback callback, Withdrawal withdrawal, Value state, Map<String, String> opts) Запрос к адаптеру на обработку обратного вызова.AdapterSrv.Client.recvHandleCallback()CallbackResult.setNextState(Value next_state) CallbackResult.setResponse(CallbackResponse response) CallbackResult.setTrx(TransactionInfo trx) Methods in dev.vality.damsel.withdrawals.provider_adapter that return types with arguments of type CallbackResultModifier and TypeMethodDescriptionorg.apache.thrift.async.AsyncMethodCallback<CallbackResult>AdapterSrv.AsyncProcessor.HandleCallback.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid) Methods in dev.vality.damsel.withdrawals.provider_adapter with parameters of type CallbackResultModifier and TypeMethodDescriptionintCallbackResult.compareTo(CallbackResult other) booleanCallbackResult.equals(CallbackResult that) AdapterSrv.HandleCallback_result.setSuccess(CallbackResult success) Method parameters in dev.vality.damsel.withdrawals.provider_adapter with type arguments of type CallbackResultModifier and TypeMethodDescriptionvoidAdapterSrv.AsyncClient.handleCallback(Callback callback, Withdrawal withdrawal, Value state, Map<String, String> opts, org.apache.thrift.async.AsyncMethodCallback<CallbackResult> resultHandler) voidAdapterSrv.AsyncIface.handleCallback(Callback callback, Withdrawal withdrawal, Value state, Map<String, String> opts, org.apache.thrift.async.AsyncMethodCallback<CallbackResult> resultHandler) voidAdapterSrv.AsyncProcessor.HandleCallback.start(I iface, AdapterSrv.HandleCallback_args args, org.apache.thrift.async.AsyncMethodCallback<CallbackResult> resultHandler) Constructors in dev.vality.damsel.withdrawals.provider_adapter with parameters of type CallbackResultModifierConstructorDescriptionCallbackResult(CallbackResult other) Performs a deep copy on other.HandleCallback_result(CallbackResult success) Constructor parameters in dev.vality.damsel.withdrawals.provider_adapter with type arguments of type CallbackResultModifierConstructorDescriptionHandleCallback_call(Callback callback, Withdrawal withdrawal, Value state, Map<String, String> opts, org.apache.thrift.async.AsyncMethodCallback<CallbackResult> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)