Uses of Interface
org.refcodes.rest.HttpDiscoveryUrlAccessor.HttpDiscoveryUrlBuilder
-
-
Uses of HttpDiscoveryUrlAccessor.HttpDiscoveryUrlBuilder in org.refcodes.rest
Classes in org.refcodes.rest with type parameters of type HttpDiscoveryUrlAccessor.HttpDiscoveryUrlBuilder Modifier and Type Interface Description static interfaceHttpDiscoveryUrlAccessor.HttpDiscoveryUrlBuilder<B extends HttpDiscoveryUrlAccessor.HttpDiscoveryUrlBuilder<B>>Provides a builder method for a service discovery discovery URL property returning the builder for applying multiple build operations.Subinterfaces of HttpDiscoveryUrlAccessor.HttpDiscoveryUrlBuilder 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.HttpDiscoveryUrlBuilder 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
-