Uses of Package
de.codecentric.boot.admin.client.registration
Packages that use de.codecentric.boot.admin.client.registration
Package
Description
-
Classes in de.codecentric.boot.admin.client.registration used by de.codecentric.boot.admin.client.configClassDescriptionClasses implementing this interface are responsible for creating an
Applicationclass which is used to register at the admin server.Interface for client application registration at spring-boot-admin-serverListener responsible for starting and stopping the registration task when the application is ready. -
Classes in de.codecentric.boot.admin.client.registration used by de.codecentric.boot.admin.client.registrationClassDescriptionContains all information which is used when this application is registered.Classes implementing this interface are responsible for creating an
Applicationclass which is used to register at the admin server.Interface for client application registration at spring-boot-admin-serverDefault implementation for creating theApplicationinstance which gets registered at the admin server.