Uses of Interface
org.refcodes.rest.HttpDiscovery
-
-
Uses of HttpDiscovery in org.refcodes.rest
Classes in org.refcodes.rest with type parameters of type HttpDiscovery Modifier and Type Interface Description interface
HttpDiscovery<B extends HttpDiscovery<B>>
TheHttpDiscovery
describes the functionality required in order to discover a service at a service discovery and discovery service.Subinterfaces of HttpDiscovery in org.refcodes.rest Modifier and Type Interface Description interface
HttpDiscoveryRestClient<B extends HttpDiscoveryRestClient<B>>
TheHttpDiscoveryRestClient
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
HttpDiscoverySidecar<B extends HttpDiscoverySidecar<B>>
TheHttpDiscoverySidecar
describes the functionality required in order to discover a service at a service discovery and discovery service.Classes in org.refcodes.rest that implement HttpDiscovery Modifier and Type Class Description class
AbstractHttpDiscoveryRestClientDecorator<B extends HttpDiscoveryRestClient<B>>
Abstract class for easily decorating aHttpDiscoveryRestClient
.class
AbstractHttpDiscoverySidecar<B extends HttpDiscoverySidecar<B>>
Abstract class for easily decorating aHttpRegistrySidecar
.
-