Package io.micronaut.runtime.context.scope.refresh
Refresh handling.
- Since:
- 1.0
-
Interface Summary Interface Description RefreshEventListener A convenience interface that can be implemented if a component needs to listen forRefreshEvent
where the implementation is only interested in a limited set of configuration prefixes. -
Class Summary Class Description RefreshEvent AnApplicationEvent
for handling refreshes.RefreshInterceptor AMethodInterceptor
that will lock the bean preventing it from being destroyed by aRefreshEvent
until the method completes.RefreshScope Implementation ofRefreshable
.