Search code examples
soapcomputer-sciencemessaging

whats the term used to describe sending the same message to a system and receiving the same response


I"m looking for a term here.

in messaging systems you send a request, and it processes and sends a response.

if that same request is sent it should return the same response, (but not necessarily process the details)

This would be like submitting financial details twice.


Solution

  • Is the term "idempotent" what you have in mind?