| Package | Description |
|---|---|
| de.codecentric.boot.admin.client.config | |
| de.codecentric.boot.admin.client.registration |
| 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) |
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) |
| Modifier and Type | Method and Description |
|---|---|
ApplicationRegistrator |
SpringBootAdminClientAutoConfiguration.registrator(RegistrationClient registrationClient,
ClientProperties client,
ApplicationFactory applicationFactory) |
| Modifier and Type | Class and Description |
|---|---|
class |
CloudFoundryApplicationFactory |
class |
DefaultApplicationFactory
Default implementation for creating the
Application instance which gets
registered at the admin server. |
class |
ServletApplicationFactory |
| Constructor and Description |
|---|
DefaultApplicationRegistrator(ApplicationFactory applicationFactory,
RegistrationClient registrationClient,
String[] adminUrls,
boolean registerOnce) |
Copyright © 2020 codecentric AG. All rights reserved.