org.infinispan.server.router.routes.rest.RestServerRouteDestination 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.rest;
import org.infinispan.rest.RestServer;
import org.infinispan.server.router.routes.RouteDestination;
public class RestServerRouteDestination extends RouteDestination {
public RestServerRouteDestination(String name, RestServer restServer) {
super(name, restServer);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy