See: Description
| Interface | Description |
|---|---|
| BarrierAggregatorFactory |
A marker interface for a factory that returns a
PortAggregator that acts as a barrier for a provided set of
input ports. |
| CachingAggregatorFactory |
A marker interface for a factory that returns a
PortAggregator that acts as a cache for a provided set of
input ports. |
| EmitterPort |
This interface represents an emitter port
|
| MultiportWireSupport |
This interface extends
WireSupport to provide multi-port support in Wires. |
| Port |
This interface represents the port(s) associated to a Wire Component.
|
| PortAggregator |
Allows to implement an aggregation strategy for a given set of ports.
|
| PortAggregatorFactory |
Defines a factory service API that can be used to instantiate a specific
PortAggregator strategy. |
| ReceiverPort |
This interface marks the ports that are receiver ports of the associated Wire Component.
|
| WireComponentDefinitionService |
This WireComponentDefinitionService allows to fetch the
WireComponentDefinitions of the registered Wire
Components. |
| WireGraphService |
This interface provides all the needed methods to interact with the
WireGraph.
|
| Class | Description |
|---|---|
| MultiportWireConfiguration |
This POJO is used to represent, in the Wires context, the configuration of a Wire used in a multi-port composer.
|
| WireComponentConfiguration |
The Class represents the single Wire Graph Component configuration.
|
| WireComponentDefinition | |
| WireGraphConfiguration |
The Class represents the entire Wire Graph.
|
| Enum | Description |
|---|---|
| Constants |
Wire Graph related constants.
|