Interface ManagedTimerServiceConfiguration

    • Method Detail

      • 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.