Interface GatewayPropertyConstants
-
public interface GatewayPropertyConstantsGateway Property Constants- Since:
- 1.0.0
- Author:
- Mercy
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringGATEWAY_ENABLED_PROPERTY_NAMEThe property name of Gateway enabled.static java.lang.StringGATEWAY_ROUTES_PROPERTY_NAME_PREFIXThe property name prefix of GatewayRoutes
-
-
-
Field Detail
-
GATEWAY_ENABLED_PROPERTY_NAME
static final java.lang.String GATEWAY_ENABLED_PROPERTY_NAME
The property name of Gateway enabled.- See Also:
GatewayProperties.PREFIX, Constant Field Values
-
GATEWAY_ROUTES_PROPERTY_NAME_PREFIX
static final java.lang.String GATEWAY_ROUTES_PROPERTY_NAME_PREFIX
The property name prefix of GatewayRoutes- See Also:
GatewayProperties.getRoutes(), Constant Field Values
-
-