Class EventStores.RedisStore

java.lang.Object
csw.event.client.models.EventStores.RedisStore
All Implemented Interfaces:
EventStore, Serializable, scala.Equals, scala.Product
Enclosing class:
EventStores

public static class EventStores.RedisStore extends Object implements EventStore, scala.Product, Serializable
See Also:
  • Constructor Summary

    Constructors
    Constructor
    Description
    RedisStore(io.lettuce.core.RedisClient redisClient)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    io.lettuce.core.RedisClient
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface scala.Equals

    canEqual, equals

    Methods inherited from interface scala.Product

    productArity, productElement, productElementName, productElementNames, productIterator, productPrefix
  • Constructor Details

    • RedisStore

      public RedisStore(io.lettuce.core.RedisClient redisClient)
  • Method Details

    • redisClient

      public io.lettuce.core.RedisClient redisClient()