trait TrackingListener extends AnyRef
Base trait containing functionality for consuming tracking events from an AdStax Event Tracker instance. The
processing step is defined by a Props which creates worker actors able to process JSON events. The trait also
allows configuring the number of workers to instantiate, providing support for parallel consuming of events.
- Alphabetic
- By Inheritance
- TrackingListener
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Abstract Value Members
-
abstract
def
actorRefFactory: ActorRefFactory
The
ActorReffactory, such as anActorSystemorActorContext, used to create the actors needed for tracking. -
abstract
def
amqp: AmqpClient
The AMQP client to use to receive tracking events.
-
abstract
def
numProcessors: Int
The number of worker actors to instantiate.
The number of worker actors to instantiate. The instantiated workers will process events in parallel.
-
abstract
def
processorProps: Props
A
Propsencapsulating the creation of worker actors.A
Propsencapsulating the creation of worker actors. The actor should be able to receive and process JSON events in the form of spray.json.JsValue objects. -
abstract
def
trackingConfig: Binding
The tracking configuration.
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )