Uses of Interface
org.oxerr.seatgeek.client.SeatGeekClient
Package
Description
Client using cache.
Client using Redisson as cache.
Client implementations by ResCU.
-
Uses of SeatGeekClient in org.oxerr.seatgeek.client.cached
-
Uses of SeatGeekClient in org.oxerr.seatgeek.client.cached.redisson
ModifierConstructorDescriptionRedissonCachedSeatGeekClient
(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) -
Uses of SeatGeekClient in org.oxerr.seatgeek.client.rescu