org.jboss.as.clustering.infinispan.subsystem.ScheduledThreadPoolDefinition Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of wildfly-clustering-infinispan-extension Show documentation
Show all versions of wildfly-clustering-infinispan-extension Show documentation
Installs an extension that provides the infinispan subsystem.
/*
* Copyright The WildFly Authors
* SPDX-License-Identifier: Apache-2.0
*/
package org.jboss.as.clustering.infinispan.subsystem;
import org.jboss.as.clustering.controller.Attribute;
/**
* @author Paul Ferraro
*/
public interface ScheduledThreadPoolDefinition {
Attribute getMinThreads();
Attribute getKeepAliveTime();
}