Uses of Enum Class
org.qubership.integration.platform.engine.model.deployment.update.RouteType
Packages that use RouteType
Package
Description
-
Uses of RouteType in org.qubership.integration.platform.engine.controlplane
Method parameters in org.qubership.integration.platform.engine.controlplane with type arguments of type RouteTypeModifier and TypeMethodDescriptionvoidControlPlaneService.removeEngineRoutesByPathsAndEndpoint(List<org.apache.commons.lang3.tuple.Pair<String, RouteType>> paths, String deploymentName) -
Uses of RouteType in org.qubership.integration.platform.engine.model.deployment.update
Methods in org.qubership.integration.platform.engine.model.deployment.update that return RouteTypeModifier and TypeMethodDescriptionstatic RouteTypeRouteType.convertTriggerType(boolean isExternal, boolean isPrivate) static RouteTypeReturns the enum constant of this class with the specified name.static RouteType[]RouteType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.qubership.integration.platform.engine.model.deployment.update with parameters of type RouteTypeModifier and TypeMethodDescriptionstatic booleanRouteType.isPrivateTriggerRoute(RouteType routeType) static booleanRouteType.isPublicTriggerRoute(RouteType routeType) static booleanRouteType.triggerRouteCleanupNeeded(RouteType routeType) static booleanRouteType.triggerRouteWithGateway(RouteType routeType)