Uses of Interface
org.oxerr.viagogo.client.inventory.SellerListingService
Package
Description
Cached inventory service using Redisson.
viagogo API
client implementation using ResCU.
-
Uses of SellerListingService in org.oxerr.viagogo.client
-
Uses of SellerListingService in org.oxerr.viagogo.client.cached.redisson.inventory
ModifierConstructorDescriptionRedissonCachedSellerListingService
(SellerListingService sellerListingService, org.redisson.api.RedissonClient redissonClient, String keyPrefix, Executor executor) Constructs with defaultListingConfiguration
and defaultRetryConfiguration
.RedissonCachedSellerListingService
(SellerListingService sellerListingService, org.redisson.api.RedissonClient redissonClient, String keyPrefix, Executor executor, boolean create) Deprecated, for removal: This API element is subject to removal in a future version.RedissonCachedSellerListingService
(SellerListingService sellerListingService, org.redisson.api.RedissonClient redissonClient, String keyPrefix, Executor executor, org.oxerr.ticket.inventory.support.cached.redisson.ListingConfiguration listingConfiguration, int pageSize, RetryConfiguration retryConfiguration) Constructs with specifiedListingConfiguration
and specifiedRetryConfiguration
.RedissonCachedSellerListingsService
(SellerListingService sellerListingService, org.redisson.api.RedissonClient redissonClient, String keyPrefix, Executor executor) Deprecated, for removal: This API element is subject to removal in a future version.RedissonCachedSellerListingsService
(SellerListingService sellerListingService, org.redisson.api.RedissonClient redissonClient, String keyPrefix, Executor executor, boolean create) Deprecated, for removal: This API element is subject to removal in a future version.RedissonCachedSellerListingsService
(SellerListingService sellerListingService, org.redisson.api.RedissonClient redissonClient, String keyPrefix, Executor executor, org.oxerr.ticket.inventory.support.cached.redisson.ListingConfiguration listingConfiguration, int pageSize, RetryConfiguration retryConfiguration) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of SellerListingService in org.oxerr.viagogo.client.rescu.impl
-
Uses of SellerListingService in org.oxerr.viagogo.client.rescu.impl.inventory