Class RedissonCachedSeatGeekClient
- java.lang.Object
-
- org.oxerr.seatgeek.client.cached.redisson.RedissonCachedSeatGeekClient
-
- All Implemented Interfaces:
org.oxerr.seatgeek.client.cached.CachedSeatGeekClient
public class RedissonCachedSeatGeekClient extends Object implements org.oxerr.seatgeek.client.cached.CachedSeatGeekClient
-
-
Constructor Summary
Constructors Constructor Description RedissonCachedSeatGeekClient(org.oxerr.seatgeek.client.SeatGeekClient seatGeekClient, RedissonCachedListingService cachedListingService)
RedissonCachedSeatGeekClient(org.oxerr.seatgeek.client.SeatGeekClient seatGeekClient, org.redisson.api.RedissonClient redissonClient, String keyPrefix)
RedissonCachedSeatGeekClient(org.oxerr.seatgeek.client.SeatGeekClient seatGeekClient, org.redisson.api.RedissonClient redissonClient, String keyPrefix, Executor executor)
RedissonCachedSeatGeekClient(org.oxerr.seatgeek.client.SeatGeekClient seatGeekClient, org.redisson.api.RedissonClient redissonClient, String keyPrefix, Executor executor, boolean create)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RedissonCachedListingService
getCachedListingService()
org.oxerr.seatgeek.client.SeatGeekClient
getClient()
-
-
-
Constructor Detail
-
RedissonCachedSeatGeekClient
public RedissonCachedSeatGeekClient(org.oxerr.seatgeek.client.SeatGeekClient seatGeekClient, org.redisson.api.RedissonClient redissonClient, String keyPrefix)
-
RedissonCachedSeatGeekClient
public RedissonCachedSeatGeekClient(org.oxerr.seatgeek.client.SeatGeekClient seatGeekClient, org.redisson.api.RedissonClient redissonClient, String keyPrefix, Executor executor)
-
RedissonCachedSeatGeekClient
public RedissonCachedSeatGeekClient(org.oxerr.seatgeek.client.SeatGeekClient seatGeekClient, org.redisson.api.RedissonClient redissonClient, String keyPrefix, Executor executor, boolean create)
-
RedissonCachedSeatGeekClient
public RedissonCachedSeatGeekClient(org.oxerr.seatgeek.client.SeatGeekClient seatGeekClient, RedissonCachedListingService cachedListingService)
-
-
Method Detail
-
getClient
public org.oxerr.seatgeek.client.SeatGeekClient getClient()
- Specified by:
getClient
in interfaceorg.oxerr.seatgeek.client.cached.CachedSeatGeekClient
-
getCachedListingService
public RedissonCachedListingService getCachedListingService()
- Specified by:
getCachedListingService
in interfaceorg.oxerr.seatgeek.client.cached.CachedSeatGeekClient
-
-