Annotation Interface ConditionalOnRestQueryEnabled


@Retention(RUNTIME) @Target({TYPE,METHOD}) @Documented @ConditionalOnRestGatewayEnabled @ConditionalOnProperty(name="camunda.rest.query.enabled", havingValue="true") public @interface ConditionalOnRestQueryEnabled
The REST Query API is enabled when the REST Gateway itself and the Query API are enabled. The Query API is disabled by default and has to be enabled specifically by setting camunda.rest.query.enabled to true.