evoq_type_provider (evoq v1.14.1)
View SourceType provider for event type to module mapping.
Maintains mappings between: - Event types (binary strings) and event modules - Event types and their upcasters
This enables: - Dynamic event deserialization - Schema evolution through upcasters - Type-safe event handling
Summary
Functions
Get all registered event types.
Get the module for an event type.
Get the upcaster for an event type.
Register an event type to module mapping.
Register an upcaster for an event type.
Start the type provider.
Functions
-spec get_all_types() -> [binary()].
Get all registered event types.
Get the module for an event type.
Get the upcaster for an event type.
Register an event type to module mapping.
Register an upcaster for an event type.
Start the type provider.