See: Description
| Interface | Description |
|---|---|
| WireComponent |
WireComponent is a marker interface representing a generic identity for
WireEmitters and WireReceivers. |
| WireEmitter |
The WireEmitter is a marker interface which represents a wire component which
is a data producer that can produce values.
|
| WireHelperService |
The interface WireHelperService is an service utility API to provide quick
and necessary operations for Kura Wires topology.
|
| WireReceiver |
The WireReceiver interface Represents a wire component which is a data
consumer that can receive produced or emitted values from upstream
WireEmitter. |
| WireService |
This WireService interface provides all necessary service API methods to
manipulate wire mechanisms in Kura Wires topology.
|
| WireSupport |
The interface WireSupport is responsible for managing incoming as well as
outgoing wires of the contained Wire Component.
|
| Class | Description |
|---|---|
| WireConfiguration |
The Class
WireConfiguration represents a wiring configuration between a Wire
Emitter and a Wire Receiver. |
| WireEnvelope |
The Class WireEnvelope represents a composite envelope to be used as an
abstract data to be transmitted between the wire emitter and the wire
receiver
|
| WireRecord |
The Class WireRecord represents a record to be transmitted during wire
communication between wire emitter and wire receiver
|