Package org.apache.hivemind.lib.chain

Interface Summary
ChainBuilder Service interface for hivemind.lib.ChainBuilder, a service which can assemble an implementation based on a command interface, and an ordered list of objects implementing that interface (the "commands").
 

Class Summary
ChainBuilderImpl Gang of Four Chain of Commands Pattern.
ChainContribution A contribution used with ChainFactory.
ChainFactory Builds a service implementation using ChainBuilder.