Package

com.harrys.hyppo.worker.actor

amqp

Permalink

package amqp

Visibility
  1. Public
  2. All

Type Members

  1. final class AMQPSerialization extends AnyRef

    Permalink

    Created by jpetty on 9/16/15.

  2. final case class QueueConsumer(queue: QueueParameters, consumerTag: String, consumer: ActorRef) extends Product with Serializable

    Permalink

    Created by jpetty on 9/5/15.

  3. final case class QueueStatusInfo(name: String, size: Int, rate: Double, idleSince: LocalDateTime) extends Product with Serializable

    Permalink

    Created by jpetty on 9/15/15.

  4. final class RabbitHttpClient extends AnyRef

    Permalink

    Created by jpetty on 9/15/15.

  5. trait RabbitParticipant extends Actor with ActorLogging

    Permalink

    Created by jpetty on 9/5/15.

  6. final case class RabbitQueueItem(channel: ActorRef, response: GetResponse) extends Product with Serializable

    Permalink

    Created by jpetty on 9/21/15.

  7. final class RabbitQueueStatusActor extends Actor with ActorLogging

    Permalink
  8. final class RabbitResponseQueueConsumer extends RabbitParticipant

    Permalink

    Created by jpetty on 9/16/15.

  9. final class RabbitWorkQueueProxy extends RabbitParticipant

    Permalink

    Created by jpetty on 9/16/15.

  10. final class RabbitWorkerDelegation extends RabbitParticipant

    Permalink

    Created by jpetty on 9/16/15.

  11. final class SingleTaskActor extends Actor with ActorLogging

    Permalink

    Created by jpetty on 9/21/15.

  12. final case class WorkQueueItem(rabbitItem: RabbitQueueItem, input: WorkerInput) extends Product with Serializable

    Permalink

    Created by jpetty on 9/21/15.

Value Members

  1. object HyppoQueue

    Permalink

    Created by jpetty on 9/14/15.

  2. object RabbitQueueStatusActor

    Permalink

    Created by jpetty on 9/16/15.

Ungrouped