Uses of Class
org.infinispan.server.router.routes.Route
Packages that use Route
-
Uses of Route in org.infinispan.server.router
Methods in org.infinispan.server.router that return types with arguments of type RouteModifier and TypeMethodDescriptionStream<Route<? extends RouteSource,? extends RouteDestination>> RoutingTable.streamRoutes()Returns a stream of allRoutes in the routing table.<Source extends RouteSource,Destination extends RouteDestination>
Stream<Route<Source,Destination>> RoutingTable.streamRoutes(Class<Source> sourceType, Class<Destination> destinationType) Constructor parameters in org.infinispan.server.router with type arguments of type RouteModifierConstructorDescriptionRoutingTable(Set<Route<? extends RouteSource, ? extends RouteDestination>> routes) Creates newRoutingTable. -
Uses of Route in org.infinispan.server.router.configuration.builder
Methods in org.infinispan.server.router.configuration.builder with parameters of type RouteModifier and TypeMethodDescription<Source extends RouteSource,Destination extends RouteDestination>
RoutingBuilderAdds aRouteto theRoutingTable.