|
strong |
Specifies if an operation is idempotent, which affects the retry behavior of the Ice client runtime.
Enumerator | |
---|---|
Normal | A non-idempotent operation (the default). The Ice client runtime guarantees that it will not violate at-most-once semantics for operations with this mode. |
Nonmutating | Equivalent to Ice::OperationMode::Idempotent, but deprecated. |
Idempotent | An idempotent operation. The Ice client runtime does not guarantee at-most-once semantics for such an operation.
|
Definition at line 25 of file OperationMode.h.