public interface Router<R,E>
Modifier and Type | Method and Description |
---|---|
void |
onRefresh(List<E> activities,
List<E> inactivities)
Refresh the routing table.
|
CompletableFuture<E> |
routeFor(R request)
For a given request return the routing decision for the call.
|
CompletableFuture<E> routeFor(R request)
request
- route requestCopyright © 2025. All rights reserved.