Interface SchedulerJobConfiguration


public interface SchedulerJobConfiguration
Author:
Tina Tian
  • Method Details

    • getCompanyJobExecutorUnsafeConsumer

      default com.liferay.petra.function.UnsafeConsumer<Long,Exception> getCompanyJobExecutorUnsafeConsumer()
    • getDestinationName

      default String getDestinationName()
    • getJobExecutorUnsafeConsumer

      default com.liferay.petra.function.UnsafeConsumer<Message,Exception> getJobExecutorUnsafeConsumer()
    • getJobExecutorUnsafeRunnable

      com.liferay.petra.function.UnsafeRunnable<Exception> getJobExecutorUnsafeRunnable()
    • getName

      default String getName()
    • getTriggerConfiguration

      TriggerConfiguration getTriggerConfiguration()