Class SpringBootAdminClientAutoConfiguration.ReactiveConfiguration
java.lang.Object
de.codecentric.boot.admin.client.config.SpringBootAdminClientAutoConfiguration.ReactiveConfiguration
- Enclosing class:
- SpringBootAdminClientAutoConfiguration
@Configuration(proxyBeanMethods=false)
@ConditionalOnWebApplication(type=REACTIVE)
public static class SpringBootAdminClientAutoConfiguration.ReactiveConfiguration
extends Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapplicationFactory(InstanceProperties instance, org.springframework.boot.actuate.autoconfigure.web.server.ManagementServerProperties management, org.springframework.boot.autoconfigure.web.ServerProperties server, org.springframework.boot.actuate.endpoint.web.PathMappedEndpoints pathMappedEndpoints, org.springframework.boot.actuate.autoconfigure.endpoint.web.WebEndpointProperties webEndpoint, org.springframework.beans.factory.ObjectProvider<List<MetadataContributor>> metadataContributors, org.springframework.boot.autoconfigure.web.reactive.WebFluxProperties webFluxProperties)
-
Constructor Details
-
ReactiveConfiguration
public ReactiveConfiguration()
-
-
Method Details
-
applicationFactory
@Bean @Lazy(false) @ConditionalOnMissingBean public ApplicationFactory applicationFactory(InstanceProperties instance, org.springframework.boot.actuate.autoconfigure.web.server.ManagementServerProperties management, org.springframework.boot.autoconfigure.web.ServerProperties server, org.springframework.boot.actuate.endpoint.web.PathMappedEndpoints pathMappedEndpoints, org.springframework.boot.actuate.autoconfigure.endpoint.web.WebEndpointProperties webEndpoint, org.springframework.beans.factory.ObjectProvider<List<MetadataContributor>> metadataContributors, org.springframework.boot.autoconfigure.web.reactive.WebFluxProperties webFluxProperties)
-