
com.terracotta.management.ApplicationEhCacheService Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of catalog-test Show documentation
Show all versions of catalog-test Show documentation
Test Plugin for CatalogPluginApin
package com.terracotta.management;
import java.util.Map;
import java.util.Set;
import net.sf.ehcache.config.ManagementRESTServiceConfiguration;
import net.sf.ehcache.management.service.ManagementServerLifecycle;
import net.sf.ehcache.management.service.impl.RemoteAgentEndpointImpl;
public interface ApplicationEhCacheService {
public Set> getRestResourceClasses();
Map, Object> getServiceClasses(ManagementRESTServiceConfiguration configuration,
RemoteAgentEndpointImpl remoteAgentEndpointImpl);
Class extends ManagementServerLifecycle> getManagementServerLifecyle();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy