NoOpSagaMonitor

Default no-op monitor implementation.

This monitor does nothing when events occur, useful as a default when no monitoring is needed.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open suspend override fun onSagaEvent(event: SagaEvent)

Called when a saga event occurs.