Class RedissonCachedSeatGeekClient
java.lang.Object
org.oxerr.seatgeek.client.cached.redisson.RedissonCachedSeatGeekClient
- All Implemented Interfaces:
CachedSeatGeekClient
-
Constructor Summary
ConstructorDescriptionRedissonCachedSeatGeekClient
(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
Modifier and TypeMethodDescriptionorg.oxerr.seatgeek.client.SeatGeekClient
-
Constructor Details
-
RedissonCachedSeatGeekClient
public RedissonCachedSeatGeekClient(org.oxerr.seatgeek.client.SeatGeekClient seatGeekClient, org.redisson.api.RedissonClient redissonClient, String keyPrefix) -
RedissonCachedSeatGeekClient
-
RedissonCachedSeatGeekClient
-
RedissonCachedSeatGeekClient
public RedissonCachedSeatGeekClient(org.oxerr.seatgeek.client.SeatGeekClient seatGeekClient, RedissonCachedListingService cachedListingService)
-
-
Method Details
-
getClient
public org.oxerr.seatgeek.client.SeatGeekClient getClient()- Specified by:
getClient
in interfaceCachedSeatGeekClient
-
getCachedListingService
- Specified by:
getCachedListingService
in interfaceCachedSeatGeekClient
-