Uses of Class
io.quarkus.arc.ActiveResult
Packages that use ActiveResult
-
Uses of ActiveResult in io.quarkus.arc
Methods in io.quarkus.arc that return ActiveResultModifier and TypeMethodDescriptionstatic ActiveResultActiveResult.active()The synthetic bean in question is active.default ActiveResultInjectableBean.checkActive()Returns whether this bean is active and if not, the reason why.static ActiveResultThe synthetic bean is question is inactive for givenreason.static ActiveResultActiveResult.inactive(String reason, ActiveResult cause) The synthetic bean is question is inactive for givenreason.ActiveResult.inactiveCause()Returns the cause of why the synthetic bean is not active.Methods in io.quarkus.arc with parameters of type ActiveResultModifier and TypeMethodDescriptionstatic ActiveResultActiveResult.inactive(String reason, ActiveResult cause) The synthetic bean is question is inactive for givenreason.