| 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,
MetadataContributor metadataContributor) |
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,
MetadataContributor metadataContributor,
org.springframework.boot.autoconfigure.web.servlet.DispatcherServletPath dispatcherServletPath) |
| Modifier and Type | Method and Description |
|---|---|
ApplicationRegistrator |
SpringBootAdminClientAutoConfiguration.registrator(ClientProperties client,
ApplicationFactory applicationFactory,
org.springframework.boot.web.client.RestTemplateBuilder restTemplBuilder) |
| 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 |
|---|
ApplicationRegistrator(org.springframework.web.client.RestTemplate template,
ClientProperties client,
ApplicationFactory applicationFactory) |
Copyright © 2018 codecentric AG. All rights reserved.