Uses of Interface
org.refcodes.rest.HttpRegistryUrlAccessor.HttpRegistryUrlBuilder
-
-
Uses of HttpRegistryUrlAccessor.HttpRegistryUrlBuilder in org.refcodes.rest
Classes in org.refcodes.rest with type parameters of type HttpRegistryUrlAccessor.HttpRegistryUrlBuilder Modifier and Type Interface Description static interfaceHttpRegistryUrlAccessor.HttpRegistryUrlBuilder<B extends HttpRegistryUrlAccessor.HttpRegistryUrlBuilder<B>>Provides a builder method for a service registry registry URL property returning the builder for applying multiple build operations.Subinterfaces of HttpRegistryUrlAccessor.HttpRegistryUrlBuilder in org.refcodes.rest Modifier and Type Interface Description interfaceHttpRegistry<DESC extends HttpServerDescriptor,B extends HttpRegistry<DESC,B>>TheHttpRegistrydescribes the functionality required in order to register a service at a service registry and discovery service.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.interfaceHttpRegistrySidecar<DESC extends HttpServerDescriptor,B extends HttpRegistrySidecar<DESC,B>>TheHttpRegistrySidecardescribes the functionality required in order to register a service at a service registry and discovery service.Classes in org.refcodes.rest that implement HttpRegistryUrlAccessor.HttpRegistryUrlBuilder Modifier and Type Class Description classAbstractHttpRegistryContextBuilder<DESC extends HttpServerDescriptor>classAbstractHttpRegistryRestServerDecorator<DESC extends HttpServerDescriptor,B extends HttpRegistryRestServer<DESC,B>>Abstract class for easily decorating aHttpRegistryRestServer.classAbstractHttpRegistrySidecar<DESC extends HttpServerDescriptor,B extends HttpRegistrySidecar<DESC,B>>Abstract class for easily decorating aHttpRegistrySidecar.
-