| Class | Description |
|---|---|
| ChannelPublisher<T> |
Periodically publishes a message to a channel.
|
| ChannelReceiver<T> |
Receives a message from a channel, sent at a fixed interval.
|
| MappedChannelReceiver<T,K,V> |
Creates a subscription to a channel, and maps received values to a calculated key.
|
Copyright © 2022. All rights reserved.