Uses of Interface
org.refcodes.rest.PingRequestObserverAccessor.PingRequestObserverBuilder
-
-
Uses of PingRequestObserverAccessor.PingRequestObserverBuilder in org.refcodes.rest
Classes in org.refcodes.rest with type parameters of type PingRequestObserverAccessor.PingRequestObserverBuilder Modifier and Type Interface Description static interfacePingRequestObserverAccessor.PingRequestObserverBuilder<B extends PingRequestObserverAccessor.PingRequestObserverBuilder<B>>Provides a builder method for a pingRestRequestObserverproperty returning the builder for applying multiple build operations.Subinterfaces of PingRequestObserverAccessor.PingRequestObserverBuilder in org.refcodes.rest Modifier and Type Interface Description 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.Classes in org.refcodes.rest that implement PingRequestObserverAccessor.PingRequestObserverBuilder Modifier and Type Class Description classAbstractHttpRegistryContextBuilder<DESC extends HttpServerDescriptor>classAbstractHttpRegistryRestServerDecorator<DESC extends HttpServerDescriptor,B extends HttpRegistryRestServer<DESC,B>>Abstract class for easily decorating aHttpRegistryRestServer.
-