| Interface | Description |
|---|---|
| CreatorProvidingService |
Interface used for providing a stream using a
StreamCreator. |
| DiscoveryService |
Interface used to discover
Publisher. |
| ProvidingService |
Interface that is able to provide
Publisher. |
| StreamCreator<T> |
Interface that represents an entity that is able to create a specific
ReactiveStream. |
| StreamFactory |
This interface represents a factory for
Publishers. |
| StreamId<T> |
Interface for defining custom stream identifiers.
|
| TypedStreamFactory<X,T extends StreamId<X>> |
Typed version of a
StreamFactory. |
| Exception | Description |
|---|---|
| CycleInStreamDiscoveryDetectedException |
Specific exception that indicates that a dependency cycle is detected when discovering a stream.
|