Documentation
¶
Overview ¶
Package event defines Fluxor's publish-subscribe mechanism that allows observers to react to execution lifecycle events.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Event ¶
type Listener ¶
type Listener[T any] struct { // contains filtered or unexported fields }
func NewListener ¶
type Option ¶
type Option func(s *Service)
func WithNewFsQueueConfig ¶
WithNewFsQueueConfig sets the new file system queue configuration
Click to show internal directories.
Click to hide internal directories.