Uses of Interface
org.oxerr.seatgeek.client.ListingService
Packages that use ListingService
Package
Description
Client services.
Client using Redisson as cache.
Client implementations by ResCU.
-
Uses of ListingService in org.oxerr.seatgeek.client
Methods in org.oxerr.seatgeek.client that return ListingService -
Uses of ListingService in org.oxerr.seatgeek.client.cached.redisson
Constructors in org.oxerr.seatgeek.client.cached.redisson with parameters of type ListingServiceModifierConstructorDescriptionRedissonCachedListingService
(ListingService listingService, org.redisson.api.RedissonClient redissonClient, String keyPrefix, boolean create) RedissonCachedListingService
(ListingService listingService, org.redisson.api.RedissonClient redissonClient, String keyPrefix, Executor executor, boolean create) -
Uses of ListingService in org.oxerr.seatgeek.client.rescu
Classes in org.oxerr.seatgeek.client.rescu that implement ListingServiceMethods in org.oxerr.seatgeek.client.rescu that return ListingService