public class Routing<P> extends Object
| Modifier and Type | Method and Description |
|---|---|
Routee<P> |
first() |
boolean |
isEmpty() |
List<Routee<P>> |
routees() |
String |
toString() |
void |
validate() |
static <T> Routing<T> |
with(List<Routee<T>> routees) |
static <T> Routing<T> |
with(Routee<T> routee) |
static <T> Routing<T> |
with(Set<Routee<T>> routees) |
Copyright © 2021. All rights reserved.