Uses of Interface
org.refcodes.rest.HttpDiscoveryUrlAccessor.HttpDiscoveryUrlProperty
-
-
Uses of HttpDiscoveryUrlAccessor.HttpDiscoveryUrlProperty in org.refcodes.rest
Subinterfaces of HttpDiscoveryUrlAccessor.HttpDiscoveryUrlProperty in org.refcodes.rest 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.static interfaceHttpDiscoveryContext.HttpDiscoveryContextBuilderTheHttpDiscoveryContext.HttpDiscoveryContextBuilderinterface extends theHttpDiscoveryContextwith builder functionality as of the builder pattern.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 HttpDiscoveryUrlAccessor.HttpDiscoveryUrlProperty 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.classHttpDiscoveryContextBuilderImplMethods in org.refcodes.rest with parameters of type HttpDiscoveryUrlAccessor.HttpDiscoveryUrlProperty Modifier and Type Method Description protected static org.refcodes.net.UrlAbstractHttpDiscoverySidecar. toHttpDiscoveryUrl(org.refcodes.net.Url aDiscoveryUrl, HttpDiscoveryUrlAccessor.HttpDiscoveryUrlProperty aProperty)Resolves the property from the provided value and the provided property and the and sets the property in case the provided value is not null.
-