| Package | Description |
|---|---|
| de.codecentric.boot.admin.client.config | |
| de.codecentric.boot.admin.client.registration | |
| de.codecentric.boot.admin.client.registration.metadata |
| Modifier and Type | Method and Description |
|---|---|
ApplicationFactory |
SpringBootAdminClientAutoConfiguration.ReactiveConfiguration.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) |
CloudFoundryApplicationFactory |
SpringBootAdminClientCloudFoundryAutoConfiguration.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,
CloudFoundryApplicationProperties cfApplicationProperties) |
ApplicationFactory |
SpringBootAdminClientAutoConfiguration.ServletConfiguration.applicationFactory(InstanceProperties instance,
org.springframework.boot.actuate.autoconfigure.web.server.ManagementServerProperties management,
org.springframework.boot.autoconfigure.web.ServerProperties server,
javax.servlet.ServletContext servletContext,
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.servlet.DispatcherServletPath dispatcherServletPath) |
| Constructor and Description |
|---|
CloudFoundryApplicationFactory(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,
MetadataContributor metadataContributor,
CloudFoundryApplicationProperties cfApplicationProperties) |
DefaultApplicationFactory(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,
MetadataContributor metadataContributor) |
ServletApplicationFactory(InstanceProperties instance,
org.springframework.boot.actuate.autoconfigure.web.server.ManagementServerProperties management,
org.springframework.boot.autoconfigure.web.ServerProperties server,
javax.servlet.ServletContext servletContext,
org.springframework.boot.actuate.endpoint.web.PathMappedEndpoints pathMappedEndpoints,
org.springframework.boot.actuate.autoconfigure.endpoint.web.WebEndpointProperties webEndpoint,
MetadataContributor metadataContributor,
org.springframework.boot.autoconfigure.web.servlet.DispatcherServletPath dispatcherServletPath) |
| Modifier and Type | Class and Description |
|---|---|
class |
CloudFoundryMetadataContributor |
class |
CompositeMetadataContributor |
class |
StartupDateMetadataContributor |
| Constructor and Description |
|---|
CompositeMetadataContributor(List<MetadataContributor> delegates) |
Copyright © 2020 codecentric AG. All rights reserved.