Interface | Description |
---|---|
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 | Description |
---|---|
ChainBuilderImpl |
Gang of Four Chain of Commands Pattern.
|
ChainContribution |
A contribution used with
ChainFactory . |
ChainFactory |
Builds a service implementation using
ChainBuilder . |