Class SuspendableTimerService

java.lang.Object
org.wildfly.clustering.server.service.DecoratedService
org.jboss.as.ejb3.timerservice.DecoratedTimerService
org.jboss.as.ejb3.timerservice.SuspendableTimerService
All Implemented Interfaces:
jakarta.ejb.TimerService, AutoCloseable, ManagedTimerService, org.wildfly.clustering.server.service.Service

public class SuspendableTimerService extends DecoratedTimerService
Author:
Paul Ferraro
  • Constructor Details

    • SuspendableTimerService

      public SuspendableTimerService(ManagedTimerService service, org.jboss.as.server.suspend.SuspendableActivityRegistry registry, Executor executor)