Uses of Interface
org.refcodes.rest.PingRequestObserverAccessor
-
Uses of PingRequestObserverAccessor in org.refcodes.rest
Modifier and TypeInterfaceDescriptioninterface
HttpRegistryContext<DESC extends HttpServerDescriptor>
This context describes all information required to register a server ("service") at a service discovery registry.static interface
TheHttpRegistryContext.HttpRegistryContextBuilder
interface extends theHttpRegistryContext
with builder functionality as of the builder pattern.interface
HttpRegistryRestServer<DESC extends HttpServerDescriptor,
B extends HttpRegistryRestServer<DESC, B>> TheHttpRegistryRestServer
provides additional functionality for registering at and signing off from a service discovery service in order to resolve URLs to or from other services.static interface
Provides a pingRestRequestConsumer
property.Modifier and TypeClassDescriptionclass
AbstractHttpRegistryContextBuilder<DESC extends HttpServerDescriptor>
class
AbstractHttpRegistryRestServerDecorator<DESC extends HttpServerDescriptor,
B extends HttpRegistryRestServer<DESC, B>> Abstract class for easily decorating aHttpRegistryRestServer
.