@API
public interface Destinations
| Modifier and Type | Interface and Description |
|---|---|
static class |
Destinations.Instance |
| Modifier and Type | Method and Description |
|---|---|
<T extends Destination> |
getDestination(java.lang.String id)
Returns a
Destination instance associated with the specified id. |
java.util.stream.Stream<Destination> |
stream() |
<T extends Destination> T getDestination(java.lang.String id)
Destination instance associated with the specified id.id - The idjava.util.stream.Stream<Destination> stream()