Package io.micronaut.runtime.context.scope.refresh
package io.micronaut.runtime.context.scope.refresh
Refresh handling.
- Since:
- 1.0
-
ClassDescriptionAn
ApplicationEventfor handling refreshes.A convenience interface that can be implemented if a component needs to listen forRefreshEventwhere the implementation is only interested in a limited set of configuration prefixes.AMethodInterceptorthat will lock the bean preventing it from being destroyed by aRefreshEventuntil the method completes.Implementation ofRefreshable.