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

org.infinispan.server.router.routes.RouteSource Maven / Gradle / Ivy

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

public interface RouteSource {
    default void validate() {

    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy