com.fasterxml.clustermate.servlet.CMServletFactory Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of clustermate-servlet Show documentation
Show all versions of clustermate-servlet Show documentation
Servlets that expose ClusterMate(-based) service
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();
}