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
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    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)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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)