Interface RedisStore

All Superinterfaces:
EmbeddedRedis
All Known Implementing Classes:
AlarmTestKit, EventTestKit

public interface RedisStore extends EmbeddedRedis
  • Method Details

    • connection

    • ec

      scala.concurrent.ExecutionContext ec()
    • masterId

      String masterId()
    • shutdown

      void shutdown()
    • start

      csw.location.api.scaladsl.RegistrationResult start(int sentinelPort, int serverPort, boolean keyspaceEvent)
    • start

      void start(Optional<Object> sentinelPort, Optional<Object> serverPort)
    • stopRedis

      void stopRedis()
    • system

      akka.actor.typed.ActorSystem<?> system()
    • timeout

      akka.util.Timeout timeout()
    • untypedSystem

      akka.actor.ActorSystem untypedSystem()