Interface LifecycleEventType.Prioritizable<O extends LifecycleEventOwner,E extends LifecycleEvent>

Type Parameters:
O - the required owner type
E - the event object type
All Superinterfaces:
LifecycleEventType<O,E,PrioritizedLifecycleEventHandlerConfiguration<O>>
Enclosing interface:
LifecycleEventType<O extends LifecycleEventOwner,E extends LifecycleEvent,C extends LifecycleEventHandlerConfiguration<O>>

@Experimental @NonExtendable public static interface LifecycleEventType.Prioritizable<O extends LifecycleEventOwner,E extends LifecycleEvent> extends LifecycleEventType<O,E,PrioritizedLifecycleEventHandlerConfiguration<O>>
Lifecycle event type that supports both "monitors" and specific numeric-based priorities.