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

org.infinispan.server.router.routes.resp.RespServerRouteDestination Maven / Gradle / Ivy

The newest version!
package org.infinispan.server.router.routes.resp;

import org.infinispan.server.resp.RespServer;
import org.infinispan.server.router.routes.RouteDestination;

public class RespServerRouteDestination extends RouteDestination {

   public RespServerRouteDestination(String name, RespServer respServer) {
      super(name, respServer);
   }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy