public class Endpoints extends Object implements Iterable<Endpoint>, Serializable
| Modifier and Type | Method and Description |
|---|---|
static Endpoints |
empty() |
Optional<Endpoint> |
get(String id) |
boolean |
isPresent(String id) |
Iterator<Endpoint> |
iterator() |
static Endpoints |
of(Collection<Endpoint> endpoints) |
static Endpoints |
single(String id,
String url) |
Stream<Endpoint> |
stream() |
Endpoints |
withEndpoint(String id,
String url) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorCopyright © 2019 codecentric AG. All rights reserved.