c

com.wedriveu.services.analytics.boundary

AnalyticsVehicleListRetrieverConsumer

class AnalyticsVehicleListRetrieverConsumer extends VerticleConsumer

a verticle for receiving the vehicle list from the Vehicle service

Linear Supertypes
VerticleConsumer, AbstractVerticle, Verticle, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AnalyticsVehicleListRetrieverConsumer
  2. VerticleConsumer
  3. AbstractVerticle
  4. Verticle
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new AnalyticsVehicleListRetrieverConsumer()

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 config(): JsonObject
    Definition Classes
    AbstractVerticle
  7. def deploymentID(): String
    Definition Classes
    AbstractVerticle
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  10. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  12. def getVertx(): Vertx
    Definition Classes
    AbstractVerticle → Verticle
  13. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  14. def init(arg0: Vertx, arg1: Context): Unit
    Definition Classes
    AbstractVerticle → Verticle
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. final def notify(): Unit
    Definition Classes
    AnyRef
  18. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  19. def processArgs(): List[String]
    Definition Classes
    AbstractVerticle
  20. def registerConsumer(eventBus: String): Unit
    Definition Classes
    AnalyticsVehicleListRetrieverConsumer → VerticleConsumer
  21. def start(futureRetriever: Future): Unit
  22. def start(): Unit
    Definition Classes
    VerticleConsumer → AbstractVerticle
    Annotations
    @throws( classOf[java.lang.Exception] )
  23. def start(arg0: Future[Void]): Unit
    Definition Classes
    AbstractVerticle → Verticle
    Annotations
    @throws( classOf[java.lang.Exception] )
  24. def startConsumerWithFuture(arg0: String, arg1: String, arg2: String, arg3: Future[_]): Unit
    Attributes
    protected[com.wedriveu.services.shared.rabbitmq]
    Definition Classes
    VerticleConsumer
    Annotations
    @throws( ... ) @throws( classOf[java.io.IOException] )
  25. def stop(): Unit
    Definition Classes
    AbstractVerticle
    Annotations
    @throws( classOf[java.lang.Exception] )
  26. def stop(arg0: Future[Void]): Unit
    Definition Classes
    AbstractVerticle → Verticle
    Annotations
    @throws( classOf[java.lang.Exception] )
  27. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  28. def toString(): String
    Definition Classes
    AnyRef → Any
  29. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from VerticleConsumer

Inherited from AbstractVerticle

Inherited from Verticle

Inherited from AnyRef

Inherited from Any

Ungrouped