Uses of Interface
org.refcodes.rest.PingRequestObserverAccessor
-
-
Uses of PingRequestObserverAccessor in org.refcodes.rest
Subinterfaces of PingRequestObserverAccessor in org.refcodes.rest Modifier and Type Interface Description interfaceHttpRegistryContext<DESC extends HttpServerDescriptor>This context describes all information required to register a server ("service") at a service discovery registry.static interfaceHttpRegistryContext.HttpRegistryContextBuilder<DESC extends HttpServerDescriptor>TheHttpRegistryContext.HttpRegistryContextBuilderinterface extends theHttpRegistryContextwith builder functionality as of the builder pattern.interfaceHttpRegistryRestServer<DESC extends HttpServerDescriptor,B extends HttpRegistryRestServer<DESC,B>>TheHttpRegistryRestServerprovides additional functionality for registering at and signing off from a service discovery service in order to resolve URLs to or from other services.static interfacePingRequestObserverAccessor.PingRequestObserverPropertyProvides a pingRestRequestObserverproperty.Classes in org.refcodes.rest that implement PingRequestObserverAccessor Modifier and Type Class Description classAbstractHttpRegistryContextBuilder<DESC extends HttpServerDescriptor>classAbstractHttpRegistryRestServerDecorator<DESC extends HttpServerDescriptor,B extends HttpRegistryRestServer<DESC,B>>Abstract class for easily decorating aHttpRegistryRestServer.
-