Type Alias ChannelId

Source
type ChannelId = u32;
Expand description

Channel determines expiration strategy.

Currently all channels apply the same one strategy: keep latest N events.

Currently each event type has its own channel.