Package csw.testkit.redis
Interface RedisStore
- 
- All Superinterfaces:
- EmbeddedRedis
 - All Known Implementing Classes:
- AlarmTestKit,- EventTestKit
 
 public interface RedisStore extends EmbeddedRedis 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description Connection.TcpConnectionconnection()scala.concurrent.ExecutionContextec()java.lang.StringmasterId()voidshutdown()csw.location.api.scaladsl.RegistrationResultstart(int sentinelPort, int serverPort)voidstart(java.util.Optional<java.lang.Object> sentinelPort, java.util.Optional<java.lang.Object> serverPort)voidstopRedis()akka.actor.typed.ActorSystem<?>system()akka.util.Timeouttimeout()akka.actor.ActorSystemuntypedSystem()- 
Methods inherited from interface csw.testkit.redis.EmbeddedRedisaddJvmShutdownHook, startSentinel, stopSentinel
 
- 
 
- 
- 
- 
Method Detail- 
connectionConnection.TcpConnection connection() 
 - 
ecscala.concurrent.ExecutionContext ec() 
 - 
masterIdjava.lang.String masterId() 
 - 
shutdownvoid shutdown() 
 - 
startcsw.location.api.scaladsl.RegistrationResult start(int sentinelPort, int serverPort)
 - 
startvoid start(java.util.Optional<java.lang.Object> sentinelPort, java.util.Optional<java.lang.Object> serverPort)
 - 
stopRedisvoid stopRedis() 
 - 
systemakka.actor.typed.ActorSystem<?> system() 
 - 
timeoutakka.util.Timeout timeout() 
 - 
untypedSystemakka.actor.ActorSystem untypedSystem() 
 
- 
 
-