Interface MonitorLifecycleEventHandlerConfiguration<O extends LifecycleEventOwner>

Type Parameters:
O - the required owner type
All Superinterfaces:
LifecycleEventHandlerConfiguration<O>

@Experimental @NonExtendable public interface MonitorLifecycleEventHandlerConfiguration<O extends LifecycleEventOwner> extends LifecycleEventHandlerConfiguration<O>
Handler configuration for event types that allow "monitor" handlers.
  • Method Details

    • monitor

      Sets this handler configuration to be considered a "monitor". These handlers will run last and should only be used by plugins to observe changes from previously run handlers.
      Returns:
      this configuration for chaining