Package Info

apache-commons-chain


An implementation of the GoF Chain of Responsibility pattern


Development/Libraries/Java

A popular technique for organizing the execution of complex processing flows is the "Chain of Responsibility" pattern, as described (among many other places) in the classic "Gang of Four" design patterns book. Although the fundamental API contracts required to implement this design pattern are extremely simple, it is useful to have a base API that facilitates using the pattern, and (more importantly) encouraging composition of command implementations from multiple diverse sources. Towards that end, the Chain API models a computation as a series of "commands" that can be combined into a "chain". The API for a command consists of a single method (execute()), which is passed a "context" parameter containing the dynamic state of the computation, and whose return value is a boolean that determines whether or not processing for the current chain has been completed (true), or whether processing should be delegated to the next command in the chain (false).


License: Apache-2.0
URL: http://commons.apache.org/chain/

Categories

Releases

Package Version Update ID Released Package Hub Version Platforms Subpackages
1.2-bp155.2.13 info GA Release 2023-05-22 15 SP5
  • AArch64
  • ppc64le
  • s390x
  • x86-64
  • apache-commons-chain
  • apache-commons-chain-javadoc
1.2-bp154.1.29 info GA Release 2022-05-09 15 SP4
  • AArch64
  • ppc64le
  • s390x
  • x86-64
  • apache-commons-chain
  • apache-commons-chain-javadoc
1.2-bp153.1.18 info GA Release 2021-03-06 15 SP3
  • AArch64
  • ppc64le
  • s390x
  • x86-64
  • apache-commons-chain
  • apache-commons-chain-javadoc
1.2-bp152.1.13 info GA Release 2020-04-21 15 SP2
  • AArch64
  • ppc64le
  • s390x
  • x86-64
  • apache-commons-chain
  • apache-commons-chain-javadoc