| Package | Description |
|---|---|
| de.codecentric.boot.admin.client.config | |
| de.codecentric.boot.admin.client.registration |
| Modifier and Type | Method and Description |
|---|---|
ApplicationFactory |
SpringBootAdminClientAutoConfiguration.applicationFactory(AdminClientProperties client,
org.springframework.boot.actuate.autoconfigure.ManagementServerProperties management,
org.springframework.boot.autoconfigure.web.ServerProperties server,
String healthEndpointPath,
javax.servlet.ServletContext servletContext) |
| Modifier and Type | Method and Description |
|---|---|
ApplicationRegistrator |
SpringBootAdminClientAutoConfiguration.registrator(AdminProperties admin,
ApplicationFactory applicationFactory,
org.springframework.boot.web.client.RestTemplateBuilder restTemplBuilder) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultApplicationFactory
Default implementation for creating the
Application instance which gets registered at the
admin server. |
| Constructor and Description |
|---|
ApplicationRegistrator(org.springframework.web.client.RestTemplate template,
AdminProperties admin,
ApplicationFactory applicationFactory) |
Copyright © 2018 codecentric AG. All rights reserved.