Represents a behavior that marks some repetitive work via self messages (by default GoOn).
Represents the behavior of an 'observable' actor.
Represents the behavior of an 'observable' actor. Responsibilities:
Represents a periodic or repeatedly-delayed behavior.
Represents a periodic or repeatedly-delayed behavior.
Abstract actor, which is an ObservableActorBehavior with PeriodicBehavior, that is intended to notify its observers with messages with a key-value format.
Abstract actor, which is an ObservableActorBehavior with PeriodicBehavior, that is intended to notify its observers with messages with a key-value format.
The type of the name.
The type of the value.
Represents a behavior that marks some repetitive work via self messages (by default GoOn). Defines a utility method for the purpose ({{ScheduleNextWorkingCycle}}) and some template methods/hooks for lifecycle.