| Modifier and Type | Interface | Description |
|---|---|---|
interface |
HttpRegistry<DESC extends HttpServerDescriptor,B extends HttpRegistry<DESC,B>> |
The
HttpRegistry describes the functionality required in order to
register a service at a service registry and discovery service. |
interface |
HttpRegistryRestServer<DESC extends HttpServerDescriptor,B extends HttpRegistryRestServer<DESC,B>> |
The
HttpRegistryRestServer provides additional functionality
for registering at and signing off from a service discovery service in order
to resolve URLs to or from other services. |
interface |
HttpRegistrySidecar<DESC extends HttpServerDescriptor,B extends HttpRegistrySidecar<DESC,B>> |
The
HttpRegistrySidecar describes the functionality required in order
to register a service at a service registry and discovery service. |
| Modifier and Type | Class | Description |
|---|---|---|
class |
AbstractHttpRegistryRestServerDecorator<DESC extends HttpServerDescriptor,B extends HttpRegistryRestServer<DESC,B>> |
Abstract class for easily decorating a
HttpRegistryRestServer. |
class |
AbstractHttpRegistrySidecar<DESC extends HttpServerDescriptor,B extends HttpRegistrySidecar<DESC,B>> |
Abstract class for easily decorating a
HttpRegistrySidecar. |
| Modifier and Type | Method | Description |
|---|---|---|
protected static String |
AbstractHttpRegistrySidecar.toPingPath(String aPingPath,
String aDefaultPingPath,
PingPathAccessor.PingPathProperty aProperty) |
Resolves the property from the provided value and the provided property
and the and sets the property in case the provided value is not null.
|
Copyright © 2018. All rights reserved.