Class RefreshScopeCondition
java.lang.Object
io.micronaut.runtime.context.scope.refresh.RefreshScopeCondition
- All Implemented Interfaces:
Condition
,Predicate<ConditionContext>
As an optimization, RefreshScope is disabled for function and android environments when not under test.
- Since:
- 4.2.2
- Author:
- Tim Yates
-
Constructor Details
-
RefreshScopeCondition
public RefreshScopeCondition()
-
-
Method Details