Uses of Enum Class
org.springframework.cloud.client.discovery.ManagementServerPortUtils.ManagementServerPort
Packages that use ManagementServerPortUtils.ManagementServerPort
Package
Description
Spring Cloud service discovery abstractions.
-
Uses of ManagementServerPortUtils.ManagementServerPort in org.springframework.cloud.client.discovery
Subclasses with type arguments of type ManagementServerPortUtils.ManagementServerPort in org.springframework.cloud.client.discoveryModifier and TypeClassDescriptionstatic enumEnumeration for management server ports.Methods in org.springframework.cloud.client.discovery that return ManagementServerPortUtils.ManagementServerPortModifier and TypeMethodDescriptionManagementServerPortUtils.get(org.springframework.beans.factory.BeanFactory beanFactory) ManagementServerPortUtils.ManagementServerPort.get(org.springframework.beans.factory.BeanFactory beanFactory) Returns the enum constant of this class with the specified name.ManagementServerPortUtils.ManagementServerPort.values()Returns an array containing the constants of this enum class, in the order they are declared.