Uses of Class
de.codecentric.boot.admin.server.domain.entities.Application
Packages that use Application
-
Uses of Application in de.codecentric.boot.admin.server.services
Methods in de.codecentric.boot.admin.server.services that return types with arguments of type ApplicationModifier and TypeMethodDescriptionreactor.core.publisher.Mono<Application>ApplicationRegistry.getApplication(String name) Get a specific application instance.reactor.core.publisher.Flux<Application>ApplicationRegistry.getApplications()Get a list of all registered applications.reactor.core.publisher.Flux<Application>ApplicationRegistry.getApplicationStream()protected reactor.core.publisher.Mono<Application>ApplicationRegistry.toApplication(String name, reactor.core.publisher.Flux<Instance> instances) -
Uses of Application in de.codecentric.boot.admin.server.web
Methods in de.codecentric.boot.admin.server.web that return types with arguments of type ApplicationModifier and TypeMethodDescriptionreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<Application>>ApplicationsController.application(String name) reactor.core.publisher.Flux<Application>ApplicationsController.applications()reactor.core.publisher.Flux<org.springframework.http.codec.ServerSentEvent<Application>>ApplicationsController.applicationsStream()