public final class BackendServices extends Object implements Iterable<BackendService>
BackendServices that a styx instance can proxy to.
BackendService.origins(), it derives Origin.applicationId() from BackendService.id()| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
BackendService |
first()
Returns the first application from this object.
|
int |
hashCode() |
Iterator<BackendService> |
iterator() |
static BackendServices |
newBackendServices(BackendService... backendServices)
Creates a new Applications object.
|
static BackendServices |
newBackendServices(Iterable<BackendService> applications)
Creates a new Applications object.
|
Iterable<Origin> |
origins()
All origins from all applications represented by this object.
|
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitforEach, spliteratorpublic static BackendServices newBackendServices(Iterable<BackendService> applications)
applications - applicationspublic static BackendServices newBackendServices(BackendService... backendServices)
backendServices - applicationspublic Iterable<Origin> origins()
public Iterator<BackendService> iterator()
iterator in interface Iterable<BackendService>public BackendService first()
Copyright © 2013–2020 Hotels.com. All rights reserved.