Annotation Interface AvailableInMaintenanceMode


@Target({METHOD,TYPE}) @Retention(RUNTIME) public @interface AvailableInMaintenanceMode
Used to identify API methods that can be called if the maintenance mode is enabled. All other API method calls will be rejected. Used by the Bonita Engine server interceptor.
Author:
Emmanuel Duchastenier, Matthieu Chaffotte, Anthony Birembaut
  • Element Details

    • onlyAvailableInMaintenanceMode

      boolean onlyAvailableInMaintenanceMode
      Default:
      false