Class RedisTpaRequestStore

java.lang.Object
fr.fuzeblocks.homeplugin.tpa.RedisTpaRequestStore
All Implemented Interfaces:
TpaRequestStore

public class RedisTpaRequestStore extends Object implements TpaRequestStore
The type Redis tpa request store.
  • Constructor Details

    • RedisTpaRequestStore

      public RedisTpaRequestStore(redis.clients.jedis.JedisPooled jedis)
      Instantiates a new Redis tpa request store.
      Parameters:
      jedis - the jedis
  • Method Details