java.lang.Object
io.helidon.pico.api.DeActivationRequest
Request to deactivate a
ServiceProvider.-
Method Summary
Modifier and TypeMethodDescriptionstatic DeActivationRequestA standard/default deactivation request, without any additional options placed on the request.abstract booleanWhether to throw an exception on failure, or return it as part of the result.
-
Method Details
-
throwIfError
public abstract boolean throwIfError()Whether to throw an exception on failure, or return it as part of the result.- Returns:
- throw on failure
-
defaultDeactivationRequest
A standard/default deactivation request, without any additional options placed on the request.- Returns:
- a standard/default deactivation request.
-