View Source MessageStore.Projection (message_store v3.2.0)

A projection boilerplate and helpers.

Link to this section Summary

Link to this section Types

@type fetch() :: (String.t(), module() -> Result.t(term(), any()))

Link to this section Functions

Link to this function

load(stream, projection, fetch, fun)

View Source
@spec load(String.t(), module(), fetch(), (any() -> any())) :: any()