Class RedissonCachedSeatGeekClient
java.lang.Object
org.oxerr.seatgeek.client.cached.redisson.RedissonCachedSeatGeekClient
- All Implemented Interfaces:
CachedSeatGeekClient
-
Constructor Summary
ConstructorDescriptionRedissonCachedSeatGeekClient
(SeatGeekClient seatGeekClient, RedissonCachedListingService cachedListingService) RedissonCachedSeatGeekClient
(SeatGeekClient seatGeekClient, org.redisson.api.RedissonClient redissonClient, String keyPrefix) RedissonCachedSeatGeekClient
(SeatGeekClient seatGeekClient, org.redisson.api.RedissonClient redissonClient, String keyPrefix, Executor executor) RedissonCachedSeatGeekClient
(SeatGeekClient seatGeekClient, org.redisson.api.RedissonClient redissonClient, String keyPrefix, Executor executor, boolean create) -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
RedissonCachedSeatGeekClient
public RedissonCachedSeatGeekClient(SeatGeekClient seatGeekClient, org.redisson.api.RedissonClient redissonClient, String keyPrefix) -
RedissonCachedSeatGeekClient
public RedissonCachedSeatGeekClient(SeatGeekClient seatGeekClient, org.redisson.api.RedissonClient redissonClient, String keyPrefix, Executor executor) -
RedissonCachedSeatGeekClient
public RedissonCachedSeatGeekClient(SeatGeekClient seatGeekClient, org.redisson.api.RedissonClient redissonClient, String keyPrefix, Executor executor, boolean create) -
RedissonCachedSeatGeekClient
public RedissonCachedSeatGeekClient(SeatGeekClient seatGeekClient, RedissonCachedListingService cachedListingService)
-
-
Method Details
-
getClient
- Specified by:
getClient
in interfaceCachedSeatGeekClient
-
getCachedListingService
- Specified by:
getCachedListingService
in interfaceCachedSeatGeekClient
-