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

org.infinispan.server.router.routes.rest.RestServerRouteDestination Maven / Gradle / Ivy

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 - 2024 Weber Informatics LLC | Privacy Policy