Idempotence is a property of an operation that ensures that, if the operation is repeated once or more than once, you get the same result. It is used in both the physical world and software architectures to build reliable and fault-tolerant systems. Examples of idempotence include traffic light buttons and elevator call
Table of contents
Idempotence in the Physical WorldIdempotence Patterns in Software ArchitecturesBringing it Together1 Comment
Sort: