| Modifier and Type | Method and Description |
|---|---|
com.hazelcast.core.EntryListener<String,Application> |
HazelcastStoreConfiguration.entryListener() |
| Modifier and Type | Method and Description |
|---|---|
Application |
ServiceInstanceConverter.convert(org.springframework.cloud.client.ServiceInstance instance)
Converts a service instance to a application to be registered.
|
Application |
DefaultServiceInstanceConverter.convert(org.springframework.cloud.client.ServiceInstance instance) |
| Modifier and Type | Method and Description |
|---|---|
Application |
ClientApplicationEvent.getApplication() |
| Constructor and Description |
|---|
ClientApplicationDeregisteredEvent(Application application) |
ClientApplicationEvent(Application application,
String type) |
ClientApplicationRegisteredEvent(Application application) |
ClientApplicationStatusChangedEvent(Application application,
StatusInfo from,
StatusInfo to) |
| Modifier and Type | Method and Description |
|---|---|
Application |
ApplicationDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser p,
com.fasterxml.jackson.databind.DeserializationContext ctxt) |
| Modifier and Type | Method and Description |
|---|---|
Application |
Application.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
static Application.Builder |
Application.copyOf(Application application) |
| Modifier and Type | Method and Description |
|---|---|
protected MicrosoftTeamsNotifier.Message |
MicrosoftTeamsNotifier.createMessage(Application app,
String registeredTitle,
String activitySubtitle) |
protected MicrosoftTeamsNotifier.Message |
MicrosoftTeamsNotifier.getDeregisteredMessage(Application app) |
protected MicrosoftTeamsNotifier.Message |
MicrosoftTeamsNotifier.getRegisteredMessage(Application app) |
protected MicrosoftTeamsNotifier.Message |
MicrosoftTeamsNotifier.getStatusChangedMessage(Application app,
StatusInfo from,
StatusInfo to) |
| Modifier and Type | Method and Description |
|---|---|
Application |
ApplicationRegistry.deregister(String id)
Remove a specific application from registry
|
Application |
ApplicationRegistry.getApplication(String id)
Get a specific application inside the registry.
|
Application |
ApplicationRegistry.register(Application application)
Register application.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<Application> |
ApplicationRegistry.getApplications()
Get a list of all registered applications.
|
Collection<Application> |
ApplicationRegistry.getApplicationsByName(String name)
Get a list of all registered applications.
|
| Modifier and Type | Method and Description |
|---|---|
String |
HashingApplicationUrlIdGenerator.generateId(Application a) |
String |
ApplicationIdGenerator.generateId(Application a)
Generate an id based on the given Application
|
protected Info |
StatusUpdater.queryInfo(Application application) |
protected StatusInfo |
StatusUpdater.queryStatus(Application application) |
Application |
ApplicationRegistry.register(Application application)
Register application.
|
void |
StatusUpdater.updateStatus(Application application) |
| Modifier and Type | Method and Description |
|---|---|
Application |
SimpleApplicationStore.delete(String id) |
Application |
HazelcastApplicationStore.delete(String id) |
Application |
ApplicationStore.delete(String id) |
Application |
SimpleApplicationStore.find(String id) |
Application |
HazelcastApplicationStore.find(String id) |
Application |
ApplicationStore.find(String id) |
Application |
SimpleApplicationStore.save(Application app) |
Application |
HazelcastApplicationStore.save(Application app) |
Application |
ApplicationStore.save(Application app)
Inserts a new Application into the store.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<Application> |
SimpleApplicationStore.findAll() |
Collection<Application> |
HazelcastApplicationStore.findAll() |
Collection<Application> |
ApplicationStore.findAll() |
Collection<Application> |
SimpleApplicationStore.findByName(String name) |
Collection<Application> |
HazelcastApplicationStore.findByName(String name) |
Collection<Application> |
ApplicationStore.findByName(String name) |
| Modifier and Type | Method and Description |
|---|---|
Application |
SimpleApplicationStore.save(Application app) |
Application |
HazelcastApplicationStore.save(Application app) |
Application |
ApplicationStore.save(Application app)
Inserts a new Application into the store.
|
| Constructor and Description |
|---|
HazelcastApplicationStore(com.hazelcast.core.IMap<String,Application> store) |
| Modifier and Type | Method and Description |
|---|---|
Collection<Application> |
RegistryController.applications(String name)
List all registered applications with name
|
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.ResponseEntity<?> |
RegistryController.register(Application application,
org.springframework.web.util.UriComponentsBuilder builder)
Register an application within this admin application.
|
| Modifier and Type | Method and Description |
|---|---|
protected <T> org.springframework.http.ResponseEntity<T> |
ApplicationOperations.doGet(Application application,
URI uri,
Class<T> responseType) |
org.springframework.http.HttpHeaders |
HttpHeadersProvider.getHeaders(Application application) |
org.springframework.http.HttpHeaders |
BasicAuthHttpHeaderProvider.getHeaders(Application application) |
org.springframework.http.ResponseEntity<Map<String,Serializable>> |
ApplicationOperations.getHealth(Application application) |
org.springframework.http.ResponseEntity<Map<String,Serializable>> |
ApplicationOperations.getInfo(Application application) |
| Modifier and Type | Method and Description |
|---|---|
Application |
ApplicationRouteLocator.ApplicationRoute.getApplication() |
| Constructor and Description |
|---|
ApplicationRoute(Application application,
String id,
String path,
String location,
String prefix) |
Copyright © 2018 codecentric AG. All rights reserved.