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