Sat, 01 Jun 2024 07:50:41 UTC | login

Information for build apache-commons-chain-1.2-20.fc31

ID120740
Package Nameapache-commons-chain
Version1.2
Release20.fc31
Epoch
SummaryAn implementation of the GoF Chain of Responsibility pattern
DescriptionA 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).
Built bydavidlt
State complete
Volume DEFAULT
StartedThu, 08 Aug 2019 08:04:28 UTC
CompletedThu, 08 Aug 2019 08:04:28 UTC
Tags
f31
f32
f33
RPMs
src
apache-commons-chain-1.2-20.fc31.src.rpm (info) (download)
noarch
apache-commons-chain-1.2-20.fc31.noarch.rpm (info) (download)
apache-commons-chain-javadoc-1.2-20.fc31.noarch.rpm (info) (download)
Changelog * Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.2-20 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.2-19 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.2-18 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.2-17 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.2-16 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild