[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Classes
Class | Description | |
---|---|---|
![]() | StreamReuseServiceImpl | Service implementation to reuse event streams and existing filters using reference counting to remove filters
when not used.
|
![]() | StreamReuseServiceProvider | Static factory for implementations of the StreamReuseService interface. |
Interfaces
Interface | Description | |
---|---|---|
![]() | StreamReuseService | Service on top of the filter service for reuseing filter callbacks and their associated EventStream instances.
Same filter specifications (equal) do not need to be added to the filter service twice and the
EventStream instance that is the stream of events for that filter can be reused.
|