-
Notifications
You must be signed in to change notification settings - Fork 5
io microsphere spring cloud gateway server webflux annotation ConditionalOnGatewayEnabled
github-actions[bot] edited this page Jul 1, 2026
·
6 revisions
Type: Annotation | Module: microsphere-spring-cloud-gateway-server-webflux | Package: io.microsphere.spring.cloud.gateway.server.webflux.annotation | Since: 1.0.0
The conditional annotation meta-annotates ConditionalOnProperty @ConditionalOnProperty for
Spring Cloud Gateway (Reactive) enabled.
public @interface ConditionalOnGatewayEnabledAuthor: Mercy
-
Introduced in:
1.0.0 -
Current Project Version:
0.2.11-SNAPSHOT
This component is tested and compatible with the following Java versions:
| Java Version | Status |
|---|---|
| Java 17 | ✅ Compatible |
| Java 21 | ✅ Compatible |
| Java 25 | ✅ Compatible |
Add the following dependency to your pom.xml:
<dependency>
<groupId>io.github.microsphere-projects</groupId>
<artifactId>microsphere-spring-cloud-gateway-server-webflux</artifactId>
<version>${microsphere-gateway.version}</version>
</dependency>Tip: Use the BOM (
microsphere-gateway-dependencies) for consistent version management. See the Getting Started guide.
import io.microsphere.spring.cloud.gateway.server.webflux.annotation.ConditionalOnGatewayEnabled;ConditionalGatewayProperties#PREFIXConditionalOnProperty
This documentation was auto-generated from the source code of microsphere-gateway.
spring-cloud-gateway-commons
- CommonConstants
- CommonsPropertyConstants
- ConditionalOnMicrosphereGatewayEnabled
- ConditionalOnMicrosphereWebEndpointMappingEnabled
- ConfigUtils
- RouteConstants
- WebEndpointConfig
- WebEndpointConfigurationPropertiesBindListener
spring-cloud-gateway-server-webflux
- CachingFilteringWebHandler
- ConditionalOnGatewayEnabled
- DefaultGatewayFilterChain
- DisabledHeartbeatEventRouteRefreshListenerInterceptor
- FilteringWebHandlerBeanDefinitionRegistryPostProcessor
- GatewayAutoConfiguration
- GatewayPropertyConstants
- GatewayUtils
- PropagatingRefreshRoutesEventApplicationListener
- WebEndpointApplicationContextInitializer
- WebEndpointMappingGatewayAutoConfiguration
- WebEndpointMappingGlobalFilter
spring-cloud-gateway-server-webmvc