AbstractReconfigurationEvent
Represents an event source that can trigger a reconfiguration. Additionally, it provides specific handlers for each ReconfigurationResult.
Functions
Link copied to clipboard
Represents the flow of events that must be monitored for triggering the reconfiguration.
Link copied to clipboard
Asynchronously initializes the entity. Can Either succeed or fail with an Error.
Link copied to clipboard
Function called by the framework when a reconfiguration fails.
Link copied to clipboard
Method that must be called on each evaluated event. For each event, a result must be provided.
Link copied to clipboard
Function called by the framework when a reconfiguration is correctly performed.
Link copied to clipboard
Function called by the framework when a reconfiguration is skipped.
Link copied to clipboard
Represents the flow of results of the reconfiguration. It is a companion flow of eventsFlow.