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

org.elasticmq.rest.sqs.ActorSystemModule.scala Maven / Gradle / Ivy

The newest version!
package org.elasticmq.rest.sqs

import akka.actor.ActorSystem
import akka.stream.Materializer
import akka.util.Timeout

trait ActorSystemModule {
  implicit def actorSystem: ActorSystem
  implicit def materializer: Materializer
  implicit def messageDispatcher = actorSystem.dispatcher
  implicit def timeout: Timeout
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy