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

com.fasterxml.clustermate.servlet.CMServletFactory Maven / Gradle / Ivy

There is a newer version: 0.10.5
Show newest version
package com.fasterxml.clustermate.servlet;

/**
 * Factory used for constructing the main dispatcher servlet used by
 * ClusterMate(-based) service.
 */
public abstract class CMServletFactory
{
    public abstract ServletBase contructDispatcherServlet();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy