| Interface | Description |
|---|---|
| ApplicationFactory |
Classes implementing this interface are responsible for creating an
Application class
which is used to register at the admin server. |
| Class | Description |
|---|---|
| Application |
Contains all informations which is used when this application is registered.
|
| Application.Builder | |
| ApplicationRegistrator |
Registers the client application at spring-boot-admin-server
|
| DefaultApplicationFactory |
Default implementation for creating the
Application instance which gets registered at the
admin server. |
| RegistrationApplicationListener |
Listener responsible for starting and stopping the registration task when the application is
ready.
|
Copyright © 2018 codecentric AG. All rights reserved.