Documentation
¶
Overview ¶
Package objectstorage_router provides the default in-memory event router implementing objectstorage.EventHandlerRegisterer; "<Category>:*" matches every subtype within the category, with exact matches taking precedence. It is transport-agnostic — any adapter dispatches parsed events through it.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Router ¶
type Router struct {
// contains filtered or unexported fields
}
Router maps object-storage event names to EventHandlers.
func (*Router) Register ¶
func (r *Router) Register(eventName string, h objectstorage.EventHandler)
Click to show internal directories.
Click to hide internal directories.