Uses of Interface
org.refcodes.rest.HttpDiscoveryUrlAccessor
-
-
Uses of HttpDiscoveryUrlAccessor in org.refcodes.rest
Subinterfaces of HttpDiscoveryUrlAccessor 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.interfaceHttpDiscoveryContextThis context describes all information required to register a server ("service") at a service discovery registry.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.static interfaceHttpDiscoveryUrlAccessor.HttpDiscoveryUrlPropertyProvides a service discovery discovery URL property.Classes in org.refcodes.rest that implement HttpDiscoveryUrlAccessor 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.classHttpDiscoveryContextBuilderImpl
-