Packages

final class AlarmTestKit extends RedisStore

Linear Supertypes
RedisStore, EmbeddedRedis, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AlarmTestKit
  2. RedisStore
  3. EmbeddedRedis
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

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
    @native() @throws( ... )
  6. lazy val connection: TcpConnection
    Attributes
    protected
    Definition Classes
    AlarmTestKit → RedisStore
  7. implicit lazy val ec: ExecutionContext
    Definition Classes
    RedisStore
  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
    Annotations
    @native()
  12. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  14. implicit lazy val locationService: LocationService
    Definition Classes
    RedisStore
  15. lazy val masterId: String
    Attributes
    protected
    Definition Classes
    AlarmTestKit → RedisStore
  16. implicit lazy val mat: Materializer
    Definition Classes
    RedisStore
  17. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  19. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  20. val redisSentinel: Option[RedisSentinel]
    Definition Classes
    RedisStore
  21. val redisServer: Option[RedisServer]
    Definition Classes
    RedisStore
  22. def shutdown(): Unit
    Definition Classes
    RedisStore
  23. def shutdownAlarmService(): Unit

    Shutdown Alarm service

    Shutdown Alarm service

    When the test has completed, make sure you shutdown Alarm service. This will terminate actor system and stop redis sentinel and redis server.

  24. def start(sentinelPort: Optional[Int], serverPort: Optional[Int]): Unit
    Definition Classes
    RedisStore
  25. def start(sentinelPort: Int = getFreePort, serverPort: Int = getFreePort): RegistrationResult
    Definition Classes
    RedisStore
  26. def startAlarmService(sentinelPort: Optional[Int], serverPort: Optional[Int]): Unit

    Java API to Start Alarm service

    Java API to Start Alarm service

    It will start redis sentinel and redis server on provided ports and then register's Alarm service with location service

  27. def startAlarmService(sentinelPort: Int = getSentinelPort, serverPort: Int = getMasterPort): RegistrationResult

    Scala API to Start Alarm service

    Scala API to Start Alarm service

    It will start redis sentinel and redis server on provided ports and then register's Alarm service with location service

  28. def startSentinel(sentinelPort: Int = getFreePort, serverPort: Int = getFreePort, masterId: String): (RedisSentinel, RedisServer)
    Definition Classes
    EmbeddedRedis
  29. def stopRedis(): Unit
    Definition Classes
    RedisStore
  30. def stopSentinel(redisSentinel: RedisSentinel, redisServer: RedisServer): Unit
    Definition Classes
    EmbeddedRedis
  31. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  32. implicit val system: ActorSystem
    Definition Classes
    AlarmTestKit → RedisStore
  33. implicit lazy val timeout: Timeout
    Definition Classes
    AlarmTestKit → RedisStore
  34. def toString(): String
    Definition Classes
    AnyRef → Any
  35. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from RedisStore

Inherited from EmbeddedRedis

Inherited from AnyRef

Inherited from Any

Ungrouped