Trait

co.adhoclabs.task.producer

BaseProducer

Related Doc: package producer

Permalink

trait BaseProducer extends Producer with ActorLogging with Config

Created by yeghishe on 7/13/15.

Linear Supertypes
Config, ActorLogging, Producer, ProducerSupport, CamelSupport, Actor, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. BaseProducer
  2. Config
  3. ActorLogging
  4. Producer
  5. ProducerSupport
  6. CamelSupport
  7. Actor
  8. AnyRef
  9. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Type Members

  1. type Receive = PartialFunction[Any, Unit]

    Permalink
    Definition Classes
    Actor

Abstract Value Members

  1. abstract def taskType: TaskType

    Permalink
    Attributes
    protected

Concrete Value Members

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. val apnsCertificatePath: String

    Permalink
    Definition Classes
    Config
  5. val apnsCertificatePwd: String

    Permalink
    Definition Classes
    Config
  6. def aroundPostRestart(reason: Throwable): Unit

    Permalink
    Attributes
    protected[akka]
    Definition Classes
    Actor
  7. def aroundPostStop(): Unit

    Permalink
    Attributes
    protected[akka]
    Definition Classes
    Actor
  8. def aroundPreRestart(reason: Throwable, message: Option[Any]): Unit

    Permalink
    Attributes
    protected[akka]
    Definition Classes
    Actor
  9. def aroundPreStart(): Unit

    Permalink
    Attributes
    protected[akka]
    Definition Classes
    Actor
  10. def aroundReceive(receive: akka.actor.Actor.Receive, msg: Any): Unit

    Permalink
    Attributes
    protected[akka]
    Definition Classes
    Actor
  11. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  12. val camel: Camel

    Permalink
    Attributes
    protected
    Definition Classes
    CamelSupport
  13. implicit def camelContext: DefaultCamelContext

    Permalink
    Attributes
    protected
    Definition Classes
    CamelSupport
  14. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  15. lazy val commonEndpointUrl: String

    Permalink
    Definition Classes
    Config
  16. lazy val consumerProxyActors: Map[TaskType, String]

    Permalink
    Definition Classes
    Config
  17. lazy val consumers: List[TaskType]

    Permalink
    Definition Classes
    Config
  18. implicit val context: ActorContext

    Permalink
    Definition Classes
    Actor
  19. def endpointUri: String

    Permalink
    Definition Classes
    BaseProducer → ProducerSupport
  20. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  23. val gcmAuthKey: String

    Permalink
    Definition Classes
    Config
  24. val gcmBaseUrl: String

    Permalink
    Definition Classes
    Config
  25. val gcmRequestTimeout: Long

    Permalink
    Definition Classes
    Config
  26. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    AnyRef → Any
  28. def headersToCopy: Set[String]

    Permalink
    Definition Classes
    ProducerSupport
  29. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  30. def log: LoggingAdapter

    Permalink
    Definition Classes
    ActorLogging
  31. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  32. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  33. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  34. def oneway: Boolean

    Permalink
    Definition Classes
    ProducerSupport
  35. def postRestart(reason: Throwable): Unit

    Permalink
    Definition Classes
    Actor
    Annotations
    @throws( classOf[java.lang.Exception] )
  36. def postStop(): Unit

    Permalink
    Definition Classes
    Actor
    Annotations
    @throws( classOf[java.lang.Exception] )
  37. def preRestart(reason: Throwable, message: Option[Any]): Unit

    Permalink
    Definition Classes
    Actor
    Annotations
    @throws( classOf[java.lang.Exception] )
  38. def preStart(): Unit

    Permalink
    Definition Classes
    BaseProducer → ProducerSupport → Actor
  39. def produce: Receive

    Permalink
    Attributes
    protected
    Definition Classes
    ProducerSupport
  40. lazy val producers: List[TaskType]

    Permalink
    Definition Classes
    Config
  41. final def receive: akka.actor.Actor.Receive

    Permalink
    Definition Classes
    Producer → Actor
  42. def routeResponse(msg: Any): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    ProducerSupport
  43. val segmentBaseUrl: String

    Permalink
    Definition Classes
    Config
  44. val segmentRequestTimeout: Long

    Permalink
    Definition Classes
    Config
  45. val segmentWriteKey: String

    Permalink
    Definition Classes
    Config
  46. implicit final val self: ActorRef

    Permalink
    Definition Classes
    Actor
  47. final def sender(): ActorRef

    Permalink
    Definition Classes
    Actor
  48. def supervisorStrategy: SupervisorStrategy

    Permalink
    Definition Classes
    Actor
  49. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  50. lazy val targetActorTimeout: FiniteDuration

    Permalink
    Definition Classes
    Config
  51. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  52. def transformOutgoingMessage(msg: Any): Any

    Permalink
    Attributes
    protected
    Definition Classes
    ProducerSupport
  53. def transformResponse(msg: Any): Any

    Permalink
    Attributes
    protected
    Definition Classes
    ProducerSupport
  54. val uaKey: String

    Permalink
    Definition Classes
    Config
  55. val uaSecret: String

    Permalink
    Definition Classes
    Config
  56. def unhandled(message: Any): Unit

    Permalink
    Definition Classes
    Actor
  57. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  60. val workerActorPropMap: Map[TaskType, Props]

    Permalink
    Definition Classes
    Config

Inherited from Config

Inherited from ActorLogging

Inherited from Producer

Inherited from ProducerSupport

Inherited from CamelSupport

Inherited from Actor

Inherited from AnyRef

Inherited from Any

Ungrouped