Class RedissonCachedVividSeatsClient
java.lang.Object
org.oxerr.vividseats.client.cached.redisson.RedissonCachedVividSeatsClient
- All Implemented Interfaces:
CachedVividSeatsClient
-
Constructor Summary
ConstructorDescriptionRedissonCachedVividSeatsClient
(org.oxerr.vividseats.client.VividSeatsClient vividSeatsClient, RedissonCachedListingService cachedSellerListingService) RedissonCachedVividSeatsClient
(org.oxerr.vividseats.client.VividSeatsClient vividSeatsClient, org.redisson.api.RedissonClient redissonClient, String keyPrefix) RedissonCachedVividSeatsClient
(org.oxerr.vividseats.client.VividSeatsClient vividSeatsClient, org.redisson.api.RedissonClient redissonClient, String keyPrefix, Executor executor) -
Method Summary
Modifier and TypeMethodDescriptionorg.oxerr.vividseats.client.VividSeatsClient
-
Constructor Details
-
RedissonCachedVividSeatsClient
public RedissonCachedVividSeatsClient(org.oxerr.vividseats.client.VividSeatsClient vividSeatsClient, org.redisson.api.RedissonClient redissonClient, String keyPrefix) -
RedissonCachedVividSeatsClient
-
RedissonCachedVividSeatsClient
public RedissonCachedVividSeatsClient(org.oxerr.vividseats.client.VividSeatsClient vividSeatsClient, RedissonCachedListingService cachedSellerListingService)
-
-
Method Details
-
getClient
public org.oxerr.vividseats.client.VividSeatsClient getClient()- Specified by:
getClient
in interfaceCachedVividSeatsClient
-
getCachedListingService
- Specified by:
getCachedListingService
in interfaceCachedVividSeatsClient
-