Package org.wildfly.clustering.ejb.timer
Interface TimerManagementConfiguration
-
public interface TimerManagementConfigurationEncapsulates the configuration of aTimerManagementProvider.- Author:
- Paul Ferraro
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Function<org.jboss.modules.Module,ByteBufferMarshaller>getMarshallerFactory()IntegergetMaxActiveTimers()
-
-
-
Method Detail
-
getMarshallerFactory
Function<org.jboss.modules.Module,ByteBufferMarshaller> getMarshallerFactory()
-
getMaxActiveTimers
Integer getMaxActiveTimers()
-
-