com.thenewmotion.akka

rabbitmq

package rabbitmq

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. rabbitmq
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. case class AmqpShutdownSignal(cause: ShutdownSignalException) extends ShutdownSignal with Product with Serializable

  2. type BasicProperties = rabbitmq.client.AMQP.BasicProperties

  3. class BlockedConnectionHandler extends BlockedListener

  4. type Channel = rabbitmq.client.Channel

  5. class ChannelActor extends RabbitMqActor with FSM[State, Data]

  6. case class ChannelCreated(channel: ActorRef) extends Product with Serializable

  7. case class ChannelMessage(onChannel: (Channel) ⇒ Any, dropIfNoChannel: Boolean = true) extends Product with Serializable

  8. type Connection = rabbitmq.client.Connection

  9. class ConnectionActor extends RabbitMqActor with FSM[State, Data]

  10. type ConnectionFactory = rabbitmq.client.ConnectionFactory

  11. case class CreateChannel(props: Props, name: Option[String] = scala.None) extends Product with Serializable

  12. type DefaultConsumer = rabbitmq.client.DefaultConsumer

  13. type Envelope = rabbitmq.client.Envelope

  14. type OnChannel = (Channel) ⇒ Any

  15. trait RabbitMqActor extends Actor with ShutdownListener

  16. implicit final class RichConnectionActor extends AnyVal

  17. implicit final class RichConnectionFactory extends AnyVal

  18. sealed trait ShutdownSignal extends AnyRef

  19. trait StashUntilChannel extends AnyRef

    The StashUntilChannel trait makes an actor have a RabbitMQ channel set up with the setupChannel method which should be provided in the actor implementation.

  20. trait WithChannel extends AnyRef

Value Members

  1. object BlockedConnectionHandler

  2. object BlockedConnectionSupport

    Support for blocked connections for publishing More info https://www.rabbitmq.com/connection-blocked.html

  3. object ChannelActor

  4. object ConnectionActor

  5. object ParentShutdownSignal extends ShutdownSignal with Product with Serializable

  6. package examples

Inherited from AnyRef

Inherited from Any

Ungrouped