pub type InMemoryStreamingHandler = StreamingFanout<InMemoryEventLog>;Expand description
The zero-configuration streaming handler: fan-out over an in-process event
log. Resumption works within one run of a server and no further — see
InMemoryEventLog.
Aliased Type§
pub struct InMemoryStreamingHandler { /* private fields */ }