com.github.sstone

amqp

package amqp

Visibility
  1. Public
  2. All

Type Members

  1. class ChannelOwner extends Actor with ActorLogging

  2. class ConnectionOwner extends Actor with ActorLogging

    ConnectionOwner class, which holds an AMQP connection and handles re-connection It is implemented as a state machine which 2 possible states

  3. class Consumer extends ChannelOwner with UnboundedStash

    Create an AMQP consumer, which takes a list of AMQP bindings, a listener to forward messages to, and optional channel parameters.

  4. class RpcClient extends ChannelOwner

  5. class RpcServer extends Consumer

    RPC Server, which

Value Members

  1. object Amqp

  2. object ChannelOwner

  3. object ConnectionOwner

  4. object Consumer

  5. object RpcClient

  6. object RpcServer

  7. package samples

Ungrouped