Class RestServerRouteDestination
java.lang.Object
org.infinispan.server.router.routes.rest.RestServerRouteDestination
- All Implemented Interfaces:
RouteDestination<org.infinispan.rest.RestServer>
public class RestServerRouteDestination
extends Object
implements RouteDestination<org.infinispan.rest.RestServer>
-
Constructor Summary
ConstructorsConstructorDescriptionRestServerRouteDestination(String name, org.infinispan.rest.RestServer restServer) -
Method Summary
-
Constructor Details
-
RestServerRouteDestination
-
-
Method Details
-
getName
-
getProtocolServer
public org.infinispan.rest.RestServer getProtocolServer()- Specified by:
getProtocolServerin interfaceRouteDestination<org.infinispan.rest.RestServer>
-
toString
-
validate
public void validate()- Specified by:
validatein interfaceRouteDestination<org.infinispan.rest.RestServer>
-