damsel/proto/timeout_behaviour.thrift

14 lines
510 B
Thrift
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

namespace erlang tmbhv
namespace java com.rbkmoney.damsel.timeout_behaviour
include "base.thrift"
include "domain.thrift"
typedef base.Opaque Callback
union TimeoutBehaviour {
/** Неуспешное завершение взаимодействия с пояснением возникшей проблемы. */
1: domain.OperationFailure operation_failure
/** Вызов прокси для обработки события истечения таймаута. */
2: Callback callback
}