All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.apache.pekko.extension.quartz.package.Implicits.scala Maven / Gradle / Ivy

The newest version!
package org.apache.pekko.extension.quartz

import org.apache.pekko.event.LogSource

/**
 * Package imports, for things like implicits shared across the system.
 */
object `package` {
  implicit val quartzExtensionLoggerType: LogSource[QuartzSchedulerExtension] =
    (t: QuartzSchedulerExtension) => "[" + t.schedulerName + "]"

  implicit val quartzJobLoggerType: LogSource[SimpleActorMessageJob] = (_: SimpleActorMessageJob) => "[QuartzJob]"
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy