Glossary

maybe semantics

RPC: A form of idempotent semantics that indicates that the caller neither requires nor receives any response or fault indication for an operation, even though there is no guarantee that the operation completed. An operation with maybe semantics is implicitly idempotent and lacks output parameters. See also at-most-once semantics , broadcast semantics, idempotent semantics.