| Modifier and Type | Interface | Description |
|---|---|---|
static interface |
PingPathAccessor.PingPathBuilder<B extends PingPathAccessor.PingPathBuilder<?>> |
Provides a mutator for an ping path property.
|
| 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. |
Copyright © 2018. All rights reserved.