| Modifier and Type | Interface | Description |
|---|---|---|
interface |
EurekaRegistry<B extends EurekaRegistry<B>> |
The
EurekaRegistry describes the functionality required in order to
register a service at a service registry and discovery service. |
interface |
EurekaRegistrySidecar |
The
EurekaRegistrySidecar describes the functionality required in
order to register a service at a service registry and discovery service. |
interface |
EurekaRestServer |
The
EurekaRestServer refines the HttpRegistryRestServer for
use with an Eureka Service-Registry. |
interface |
EurekaServerDescriptor |
The
EurekaServerDescriptor refines the HttpServerDescriptor
for use with an Eureka Service-Registry. |
| Modifier and Type | Class | Description |
|---|---|---|
class |
EurekaRegistrySidecarImpl |
The
EurekaRegistrySidecarImpl provides you with a library for
registering your web-services at Eureka service registry and discovery. |
class |
EurekaRestServerDecorator |
The
EurekaRestServerDecorator implements the EurekaRestServer
interface and decorates a given HttpRestServer with functionality
such registering and unregistering from or to an Eureka discovery service. |
class |
EurekaRestServerImpl |
The
EurekaRestServerImpl enriches the HttpRestServer with
functionality such registering and unregistering from / to a Eureka discovery
service. |
class |
EurekaServerDescriptorImpl |
The
EurekaServerDescriptorImpl implements the
HttpServerDescriptor interface. |
| Modifier and Type | Method | Description |
|---|---|---|
protected static EurekaDataCenterType |
EurekaRegistrySidecarImpl.toDataCenterType(EurekaDataCenterType aDataCenterType,
EurekaDataCenterTypeAccessor.EurekaDataCenterTypeProperty aProperty) |
Resolves the property from the provided value and the provided property
and sets the property in case the provided value is not null.
|
Copyright © 2018. All rights reserved.