All Classes
-
All Classes Interface Summary Class Summary Enum Summary Exception Summary Annotation Types Summary Class Description AbstractComputeInstanceMetadata Abstract class representing a cloud computing instance metadata.AbstractServiceInstanceEvent AutoRegistration A base class for classes that automatically register the server with discovery services.CircuitBreaker Variation ofRetryablethat implements the Circuit Breaker pattern.CircuitClosedEvent An event fired when a Circuit isCircuitState.CLOSEDand has resumed accepting requests.CircuitOpenEvent An event fired when the Circuit isCircuitState.OPENand requests are no longer being accepted.CircuitOpenException Runtime exception that wraps a non-runtime exception in the case of an error.CircuitState State for Circuit breaker phases.CompositeDiscoveryClient A composite implementation combining all registeredDiscoveryClientinstances.ComputeInstanceMetadata An interface modelling common Cloud platform compute instance metadata.ComputeInstanceMetadataResolver Interface for resoling compute instance metadata.ComputeInstanceMetadataResolverUtils Utility class forComputeInstanceMetadataResolver's.ConfigDiscoveryConfiguration Abstract class for common configuration discovery settings.ConfigDiscoveryConfiguration.Format The format the configuration is stored in.ConfigurationClient A Configuration client is responsible for reading configuration for configuration servers.CurrentHealthStatus Strategy interface for retrieving and updating the currentHealthStatusof the application.DefaultCompositeConfigurationClient The defaultConfigurationClientimplementation.DefaultCompositeDiscoveryClient The defaultCompositeDiscoveryClientthat is activated when caching is disabled.DefaultRetryInterceptor AMethodInterceptorthat retries an operation according to the specifiedRetryableannotation.DefaultRetryPredicate Default retry predicate.DefaultServiceInstanceIdGenerator The default implementation to generate Instance IDs.DigitalOceanInstanceMetadata RepresentsComputeInstanceMetadatafor Digital Ocean.DigitalOceanMetadataConfiguration Default configuration for retrieving Digital Ocean metadata forComputePlatform.DIGITAL_OCEAN.DigitalOceanMetadataKeys A enum of Digital Ocean metadata.DigitalOceanMetadataResolver ResolvesComputeInstanceMetadatafor Digital Ocean.DigitalOceanNetworkInterface ANetworkInterfaceimplementation for Digital Ocean.DiscoveryClient Main client abstraction used for service discovery.DiscoveryConfiguration Base class for common discovery configuration options.DiscoveryException Base exception for exceptions thrown by the discovery system.EmbeddedServerInstance Extended version of theServiceInstanceinterface for theEmbeddedServer.Fallback ASecondaryScopefor types that should be used as a fallback.FallbackException An exception thrown when an error occurs in theFallbacksystem.FlowConverterRegistrar Converts between aFluxand aPublisher.HealthStatus The status of a health indicator.HeartbeatConfiguration Configuration for heart beat.HeartbeatDiscoveryClientCondition Custom condition to conditionally enable the heart beat.HeartbeatEnabled Annotation that expresses the requirements for enabling the heart beat.HeartbeatEvent A heartbeat event is an event fired periodically and configured byHeartbeatConfiguration.HeartbeatTask A scheduled task that sends a periodic heartbeat whilst the server is active.Log4jLoggingSystem An implementation ofLoggingSystemthat works with Log4j.LogbackLoggingSystem An implementation ofLoggingSystemthat works with logback.LogbackUtils Utility methods to configureLoggerContext.LoggingSystem Abstraction for a logging system.LoggingSystemException Thrown when something goes wrong on Logging System.LogLevel Logging levels supported by aLoggingSystemTypically, a logging system may permit the log level to be null, representing an unspecified log level.MediaTypeCodecRegistryFactory A bean for the defaultMediaTypeCodecRegistryused by the server.NetworkInterface Represents information about a network interface in the Cloud.NoAvailableServiceException An exception thrown when no service is available.Recoverable AOP around advice that can be applied to any type or method that requiresFallbackhandling.RecoveryInterceptor AMethodInterceptorthat will attempt to execute aFallbackwhen the target method is in an error state.RegistrationConfiguration Common configuration forServiceInstanceregistration.RegistrationException Exception thrown duringServiceInstanceregistration.RequestAware An interface that may be implemented byRequestScopebeans to allow access to the current request.RequestScope ACustomScopethat creates a new bean for every HTTP request.Retryable AOP Advice that can be applied to any method.RetryEvent An event triggered on each retry.RetryEventListener Generalization ofApplicationEventListenerforRetryEvent.RetryException An exception thrown if there is something at miss with the Retry system.RetryPredicate An interface allows to provide custom condition forRetryableandCircuitBreaker.RetryState An interface that encapsulates the current state of aRetryableoperation.RetryStateBuilder The retry state builder.ServiceInstance Represents a remote service discovered by the underlying discovery implementation.ServiceInstance.Builder A builder for buildingServiceInstancereferences.ServiceInstanceIdGenerator Interface for generating IDs forServiceInstance.ServiceInstanceList Interface for types that expose a list ofServiceInstance.ServiceInstanceMetadataContributor Strategy interface for classes to contribute toServiceInstancemetadata when registering an instance with a discovery service.ServiceReadyEvent An event fired when a service has completed starting and is ready to service requests.ServiceStoppedEvent An event triggered when aServiceInstancehas shutdown and will no longer service requests.StaticServiceInstanceList AServiceInstanceListusing a static list of URLs.TextPlainCodec A codec that handlesMediaType.TEXT_PLAIN.