Interface RedisStore

    • Method Detail

      • ec

        scala.concurrent.ExecutionContext ec()
      • masterId

        java.lang.String masterId()
      • shutdown

        void shutdown()
      • start

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

        void start​(java.util.Optional<java.lang.Object> sentinelPort,
                   java.util.Optional<java.lang.Object> serverPort)
      • stopRedis

        void stopRedis()
      • system

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

        akka.util.Timeout timeout()
      • untypedSystem

        akka.actor.ActorSystem untypedSystem()