protected Routing<P> |
ContentBasedRouter.computeRouting() |
protected Routing<P> |
RoundRobinRouter.computeRouting() |
protected Routing<P> |
BroadcastRouter.computeRouting() |
protected Routing<P> |
RandomRouter.computeRouting() |
protected Routing<P> |
SmallestMailboxRouter.computeRouting() |
protected abstract Routing<P> |
Router.computeRouting() |
protected <T1> Routing<P> |
Router.routingFor(T1 routable1) |
protected <T1,T2> Routing<P> |
Router.routingFor(T1 routable1,
T2 routable2) |
protected <T1,T2,T3> Routing<P> |
Router.routingFor(T1 routable1,
T2 routable2,
T3 routable3) |
protected <T1,T2,T3,T4> Routing<P> |
Router.routingFor(T1 routable1,
T2 routable2,
T3 routable3,
T4 routable4) |
static <T> Routing<T> |
Routing.with(List<Routee<T>> routees) |
static <T> Routing<T> |
Routing.with(Routee<T> routee) |
static <T> Routing<T> |
Routing.with(Set<Routee<T>> routees) |