Interface ReloadableRegistrarEvent<R extends Registrar>
- Type Parameters:
R- the registrar type
- All Superinterfaces:
LifecycleEvent, RegistrarEvent<R>
@NonExtendable
public interface ReloadableRegistrarEvent<R extends Registrar>
extends RegistrarEvent<R>
A lifecycle event that exposes a
Registrar that is
reloadable.- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Methods inherited from interface RegistrarEvent
registrar
-
Method Details
-
cause
Get the cause of this reload.- Returns:
- the cause
-