@Configuration(proxyBeanMethods=false) @ConditionalOnWebApplication(type=REACTIVE) public static class SpringBootAdminClientAutoConfiguration.ReactiveConfiguration extends Object
| Constructor and Description |
|---|
ReactiveConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
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) |
@Bean @Lazy(value=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)
Copyright © 2021 codecentric AG. All rights reserved.