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

com.newmotion.akka.rabbitmq.Message.scala Maven / Gradle / Ivy

The newest version!
package com.newmotion.akka.rabbitmq

import akka.actor.{ Props, ActorRef }

case class CreateChannel(props: Props, name: Option[String] = None)

case class ChannelCreated(channel: ActorRef)

case class ChannelMessage(onChannel: OnChannel, dropIfNoChannel: Boolean = true)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy