public class ApplicationRegistrator extends Object
| Constructor and Description |
|---|
ApplicationRegistrator(org.springframework.web.client.RestTemplate template,
AdminProperties admin,
AdminClientProperties client) |
| Modifier and Type | Method and Description |
|---|---|
protected Application |
createApplication() |
void |
deregister() |
boolean |
register()
Registers the client application at spring-boot-admin-server.
|
public ApplicationRegistrator(org.springframework.web.client.RestTemplate template,
AdminProperties admin,
AdminClientProperties client)
public boolean register()
public void deregister()
protected Application createApplication()
Copyright © 2015 codecentric AG. All rights reserved.