An event emitted by a merge channel, tagged with the source receiver key.
Declared in <folly/channels/MergeChannel.h>
template<
typename KeyType,
typename ValueType>
struct MergeChannelEvent;
| Name | Description |
|---|---|
EventType | The variant of value and lifecycle events a merge channel can emit. |
| Name | Description |
|---|---|
event | The value or lifecycle event produced by the receiver. |
key | The key of the receiver that produced this event. |