org.infinispan.server.router.routes.hotrod.HotRodServerRouteDestination Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of infinispan-server-router Show documentation
Show all versions of infinispan-server-router Show documentation
Infinispan Multi Tenant Router
The newest version!
package org.infinispan.server.router.routes.hotrod;
import org.infinispan.server.hotrod.HotRodServer;
import org.infinispan.server.router.routes.RouteDestination;
public class HotRodServerRouteDestination extends RouteDestination {
public HotRodServerRouteDestination(String name, HotRodServer hotRodServer) {
super(name, hotRodServer);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy