Versions in this module Expand all Collapse all v0 v0.9.0 Apr 29, 2026 Changes in this version + type Event struct + Data any + EntityName string + EventType EventType + func NewEvent(evtType EventType, entityName string, data any) *Event + type EventType string + const BrokerSubscribedEvt + const BrokerUnsubscribedEvt + const ChannelCreatedEvt + const ChannelDestroyedEvt + const ChannelSubscriberJoinedEvt + const ChannelSubscriberLeftEvt + const FabricEndpointSubscribeEvt + const FabricEndpointUnsubscribeEvt + const StoreCreatedEvt + const StoreDestroyedEvt + const StoreInitializedEvt + type Handler func(event *Event)