| Modifier and Type | Method and Description |
|---|---|
Collection<Application> |
ApplicationController.applications(String name)
List all applications with name
|
| Modifier and Type | Method and Description |
|---|---|
Application |
ApplicationRepository.findByName(String name) |
| Modifier and Type | Method and Description |
|---|---|
Collection<Application> |
ApplicationRepository.findAll() |
| Modifier and Type | Method and Description |
|---|---|
Application |
BeanstalkRepository.findByName(String name) |
| Modifier and Type | Method and Description |
|---|---|
Collection<Application> |
BeanstalkRepository.findAll() |
| Modifier and Type | Field and Description |
|---|---|
protected java.util.function.Function<com.netflix.discovery.shared.Application,Application> |
EurekaRepository.TO_APPLICATION |
| Modifier and Type | Method and Description |
|---|---|
Application |
RemoteEurekaRepository.findByName(String name) |
Application |
LocaleEurekaRepository.findByName(String name) |
abstract Application |
EurekaRepository.findByName(String name) |
| Modifier and Type | Method and Description |
|---|---|
Collection<Application> |
RemoteEurekaRepository.findAll() |
Collection<Application> |
LocaleEurekaRepository.findAll() |
Copyright © 2016 Pivotal Software, Inc.. All Rights Reserved.