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 interfaceHttpDiscovery<B extends HttpDiscovery<B>>TheHttpDiscoverydescribes 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 interfaceHttpDiscoveryRestClient<B extends HttpDiscoveryRestClient<B>>TheHttpDiscoveryRestClientprovides additional functionality for registering at and signing off from a service discovery service in order to resolve URLs to or from other services.interfaceHttpDiscoverySidecar<B extends HttpDiscoverySidecar<B>>TheHttpDiscoverySidecardescribes 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 classAbstractHttpDiscoveryRestClientDecorator<B extends HttpDiscoveryRestClient<B>>Abstract class for easily decorating aHttpDiscoveryRestClient.classAbstractHttpDiscoverySidecar<B extends HttpDiscoverySidecar<B>>Abstract class for easily decorating aHttpRegistrySidecar.
-