com.coiney.akka.rabbit

RabbitSystem

class RabbitSystem extends AnyRef

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

Instance Constructors

  1. new RabbitSystem(rabbitConfig: Config, classLoader: ClassLoader)(implicit _actorRefFactory: ActorRefFactory)

Value Members

  1. final def !=(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  5. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. def createConnection(name: String): ActorRef

  7. def createConnection(): ActorRef

  8. def createConsumer(connectionKeeper: ActorRef, listener: ActorRef, channelConfig: Option[ChannelConfig] = None, consumeQueueConfig: Option[QueueConfig] = None, provision: Seq[RabbitRequest] = Seq.empty[RabbitRequest], name: Option[String] = None, autoAck: Boolean = false, timeout: FiniteDuration = 5000.millis): ActorRef

  9. def createConsumer(connectionKeeper: ActorRef, listener: ActorRef, channelConfig: ChannelConfig, consumeQueueConfig: QueueConfig, name: String, autoAck: Boolean): ActorRef

  10. def createConsumer(connectionKeeper: ActorRef, listener: ActorRef, channelConfig: ChannelConfig, consumeQueueConfig: QueueConfig, name: String): ActorRef

  11. def createConsumer(connectionKeeper: ActorRef, listener: ActorRef, channelConfig: ChannelConfig, consumeQueueConfig: QueueConfig, autoAck: Boolean): ActorRef

  12. def createConsumer(connectionKeeper: ActorRef, listener: ActorRef, channelConfig: ChannelConfig, consumeQueueConfig: QueueConfig): ActorRef

  13. def createConsumer(connectionKeeper: ActorRef, listener: ActorRef, channelConfig: ChannelConfig, name: String, autoAck: Boolean): ActorRef

  14. def createConsumer(connectionKeeper: ActorRef, listener: ActorRef, channelConfig: ChannelConfig, name: String): ActorRef

  15. def createConsumer(connectionKeeper: ActorRef, listener: ActorRef, channelConfig: ChannelConfig, autoAck: Boolean): ActorRef

  16. def createConsumer(connectionKeeper: ActorRef, listener: ActorRef, channelConfig: ChannelConfig): ActorRef

  17. def createConsumer(connectionKeeper: ActorRef, listener: ActorRef, consumeQueueConfig: QueueConfig, name: String, autoAck: Boolean): ActorRef

  18. def createConsumer(connectionKeeper: ActorRef, listener: ActorRef, consumeQueueConfig: QueueConfig, name: String): ActorRef

  19. def createConsumer(connectionKeeper: ActorRef, listener: ActorRef, consumeQueueConfig: QueueConfig, autoAck: Boolean): ActorRef

  20. def createConsumer(connectionKeeper: ActorRef, listener: ActorRef, consumeQueueConfig: QueueConfig): ActorRef

  21. def createConsumer(connectionKeeper: ActorRef, listener: ActorRef, name: String, autoAck: Boolean): ActorRef

  22. def createConsumer(connectionKeeper: ActorRef, listener: ActorRef, name: String): ActorRef

  23. def createProducer(connectionKeeper: ActorRef, channelConfig: Option[ChannelConfig] = None, provision: Seq[RabbitRequest] = Seq.empty[RabbitRequest], name: Option[String] = None, timeout: FiniteDuration = 5000.millis): ActorRef

  24. def createProducer(connectionKeeper: ActorRef, channelConfig: ChannelConfig, name: String): ActorRef

  25. def createProducer(connectionKeeper: ActorRef, channelConfig: ChannelConfig): ActorRef

  26. def createProducer(connectionKeeper: ActorRef, name: String): ActorRef

  27. def createProducer(connectionKeeper: ActorRef): ActorRef

  28. def createRPCClient(connectionKeeper: ActorRef, channelConfig: Option[ChannelConfig] = None, provision: Seq[RabbitRequest] = Seq.empty[RabbitRequest], name: Option[String] = None, timeout: FiniteDuration = 5000.millis): ActorRef

  29. def createRPCClient(connectionKeeper: ActorRef, channelConfig: ChannelConfig, name: String): ActorRef

  30. def createRPCClient(connectionKeeper: ActorRef, channelConfig: ChannelConfig): ActorRef

  31. def createRPCClient(connectionKeeper: ActorRef, name: String): ActorRef

  32. def createRPCServer(connectionKeeper: ActorRef, processor: RabbitRPCProcessor, channelConfig: Option[ChannelConfig] = None, consumeQueueConfig: Option[QueueConfig] = None, provision: Seq[RabbitRequest] = Seq.empty[RabbitRequest], name: Option[String] = None, timeout: FiniteDuration = 5000.millis): ActorRef

  33. def createRPCServer(connectionKeeper: ActorRef, processor: RabbitRPCProcessor, channelConfig: ChannelConfig, consumeQueueConfig: QueueConfig, name: String): ActorRef

  34. def createRPCServer(connectionKeeper: ActorRef, processor: RabbitRPCProcessor, channelConfig: ChannelConfig, consumeQueueConfig: QueueConfig): ActorRef

  35. def createRPCServer(connectionKeeper: ActorRef, processor: RabbitRPCProcessor, channelConfig: ChannelConfig, name: String): ActorRef

  36. def createRPCServer(connectionKeeper: ActorRef, processor: RabbitRPCProcessor, channelConfig: ChannelConfig): ActorRef

  37. def createRPCServer(connectionKeeper: ActorRef, processor: RabbitRPCProcessor, consumeQueueConfig: QueueConfig, name: String): ActorRef

  38. def createRPCServer(connectionKeeper: ActorRef, processor: RabbitRPCProcessor, consumeQueueConfig: QueueConfig): ActorRef

  39. def createRPCServer(connectionKeeper: ActorRef, processor: RabbitRPCProcessor, name: String): ActorRef

  40. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  41. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  42. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  43. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  44. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  45. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  46. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  47. final def notify(): Unit

    Definition Classes
    AnyRef
  48. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  49. def onConnected(actor: ActorRef, onConnected: () ⇒ Unit): Unit

  50. final val settings: Settings

    The core settings extracted from the supplied configuration.

  51. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  52. def toString(): String

    Definition Classes
    AnyRef → Any
  53. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  54. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  55. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  56. def waitFor(constructor: ⇒ ActorRef): ActorRef

  57. def waitForConnectionOf(actors: ActorRef*): Unit

Inherited from AnyRef

Inherited from Any

Ungrouped