Uses of Class
org.refcodes.rest.ext.eureka.EurekaServiceStatus
-
-
Uses of EurekaServiceStatus in org.refcodes.rest.ext.eureka
Methods in org.refcodes.rest.ext.eureka that return EurekaServiceStatus Modifier and Type Method Description default EurekaServiceStatus
EurekaServerDescriptor. getEurekaServiceStatus()
Retrieves the Eureka service status from the Eureka service status property.EurekaServiceStatus
EurekaServiceStatusAccessor. getEurekaServiceStatus()
Retrieves the Eureka service status from the Eureka service status property.static EurekaServiceStatus
EurekaServiceStatus. toStatus(java.lang.String aStatusName)
Retrieves theEurekaServiceStatus
from the provided status' name, ignoring the case.static EurekaServiceStatus
EurekaServiceStatus. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static EurekaServiceStatus[]
EurekaServiceStatus. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.refcodes.rest.ext.eureka with parameters of type EurekaServiceStatus Modifier and Type Method Description protected void
EurekaRegistrySidecarImpl. doRegister(EurekaServiceStatus aServiceStatus)
Registers the given service at Eureka.protected static void
EurekaRegistrySidecarImpl. doRegister(EurekaServiceStatus aServiceStatus, EurekaRegistry<?> aRegistryService, java.util.concurrent.ExecutorService aExecutorService)
Registers the given service at Eureka.protected void
EurekaRestServerDecorator. doRegister(EurekaServiceStatus aServiceStatus)
Registers the given service at Eureka.protected void
EurekaRegistrySidecarImpl. doStatusUpdate(EurekaServiceStatus aServiceStatus)
Does a Eureka status update for the given service.protected static void
EurekaRegistrySidecarImpl. doStatusUpdate(EurekaServiceStatus aServiceStatus, EurekaRegistry<?> aRegistryService, java.util.concurrent.ExecutorService aExecutorService)
Does a Eureka status update for the given service.protected void
EurekaRestServerDecorator. doStatusUpdate(EurekaServiceStatus aServiceStatus)
Does a Eureka status update for the given service.default void
EurekaServerDescriptor. setEurekaServiceStatus(EurekaServiceStatus aServiceStatus)
Sets the Eureka service status for the Eureka service status property.void
EurekaServiceStatusAccessor.EurekaServiceStatusMutator. setEurekaServiceStatus(EurekaServiceStatus aServiceStatus)
Sets the Eureka service status for the Eureka service status property.B
EurekaServiceStatusAccessor.EurekaServiceStatusBuilder. withEurekaServiceStatus(EurekaServiceStatus aServiceStatus)
Sets the Eureka service status to use and returns this builder as of the builder pattern.
-