Class DeActivationRequest

java.lang.Object
io.helidon.pico.api.DeActivationRequest

public abstract class DeActivationRequest extends Object
Request to deactivate a ServiceProvider.
  • 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

      public static DeActivationRequest defaultDeactivationRequest()
      A standard/default deactivation request, without any additional options placed on the request.
      Returns:
      a standard/default deactivation request.