Interface RegistrarEvent<R extends Registrar>
- Type Parameters:
- R- registrar type
- All Superinterfaces:
- LifecycleEvent
- All Known Subinterfaces:
- ReloadableRegistrarEvent<R>
A lifecycle event that exposes a 
Registrar of some kind
 to allow management of various things. Look at implementations of
 Registrar for an idea of what uses this event.- See Also:
- 
Method Summary
- 
Method Details- 
registrarGet the registrar related to this event.- Returns:
- the registrar
 
 
-