Uses of Interface
de.codecentric.boot.admin.client.registration.ApplicationFactory
Packages that use ApplicationFactory
Package
Description
-
Uses of ApplicationFactory in de.codecentric.boot.admin.client.config
Methods in de.codecentric.boot.admin.client.config that return ApplicationFactoryModifier and TypeMethodDescriptionSpringBootAdminClientAutoConfiguration.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, org.springframework.boot.autoconfigure.web.reactive.WebFluxProperties webFluxProperties) SpringBootAdminClientAutoConfiguration.ServletConfiguration.applicationFactory(InstanceProperties instance, org.springframework.boot.actuate.autoconfigure.web.server.ManagementServerProperties management, org.springframework.boot.autoconfigure.web.ServerProperties server, jakarta.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) Methods in de.codecentric.boot.admin.client.config with parameters of type ApplicationFactoryModifier and TypeMethodDescriptionSpringBootAdminClientAutoConfiguration.registrator(RegistrationClient registrationClient, ClientProperties client, ApplicationFactory applicationFactory) -
Uses of ApplicationFactory in de.codecentric.boot.admin.client.registration
Classes in de.codecentric.boot.admin.client.registration that implement ApplicationFactoryModifier and TypeClassDescriptionclassclassDefault implementation for creating theApplicationinstance which gets registered at the admin server.classclassConstructors in de.codecentric.boot.admin.client.registration with parameters of type ApplicationFactoryModifierConstructorDescriptionDefaultApplicationRegistrator(ApplicationFactory applicationFactory, RegistrationClient registrationClient, String[] adminUrls, boolean registerOnce)