public class ApplicationRegistrator extends Object
| Constructor and Description |
|---|
ApplicationRegistrator(org.springframework.web.client.RestTemplate template,
ClientProperties client,
ApplicationFactory applicationFactory) |
| Modifier and Type | Method and Description |
|---|---|
protected Application |
createApplication() |
void |
deregister() |
String |
getRegisteredId() |
boolean |
register()
Registers the client application at spring-boot-admin-server.
|
protected boolean |
register(Application self,
String adminUrl,
boolean firstAttempt) |
public ApplicationRegistrator(org.springframework.web.client.RestTemplate template,
ClientProperties client,
ApplicationFactory applicationFactory)
public boolean register()
protected boolean register(Application self, String adminUrl, boolean firstAttempt)
public void deregister()
public String getRegisteredId()
protected Application createApplication()
Copyright © 2018 codecentric AG. All rights reserved.