All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.infinispan.server.router.routes.hotrod.HotRodServerRouteDestination Maven / Gradle / Ivy

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