Interface ManagedTimerServiceConfiguration

All Superinterfaces:
TimerServiceApplicableComponentConfiguration
All Known Subinterfaces:
CompositeTimerServiceConfiguration, DistributableTimerServiceConfiguration<I>, TimerServiceConfiguration

public interface ManagedTimerServiceConfiguration extends TimerServiceApplicableComponentConfiguration
Encapsulates the common configuration of a managed timer service.
Author:
Paul Ferraro
  • Method Details

    • getInvoker

      TimedObjectInvoker getInvoker()
      An invoker for the EJB component associated with this timer service
      Returns:
      an invoker
    • getTimerFilter

      Predicate<jakarta.ejb.TimerConfig> getTimerFilter()
      Returns a filter to determine whether or not to create a given timer.
      Returns:
      a filter that returns true, if the given timer should be created, false otherwise.