Procedural Object

Object representing a procedure.

Such an object can be :

  • An algorithm, like a sort algorithm, or a car allocator, or a flight finder

  • An application service command handler, handling a request and serving a response

  • An action, such as an HTTP Request

Last updated