Class RedissonCachedSellerListingsService
java.lang.Object
org.oxerr.ticket.inventory.support.cached.redisson.RedissonCachedListingServiceSupport<String,String,CreateSellerListingRequest,ViagogoListing,ViagogoEvent,ViagogoCachedListing>
org.oxerr.viagogo.client.cached.redisson.inventory.RedissonCachedSellerListingService
org.oxerr.viagogo.client.cached.redisson.inventory.RedissonCachedSellerListingsService
- All Implemented Interfaces:
org.oxerr.ticket.inventory.support.cached.CachedListingService<String,
,String, CreateSellerListingRequest, ViagogoListing, ViagogoEvent> CachedSellerListingService
,CachedSellerListingsService
@Deprecated(since="6.5.0",
forRemoval=true)
public class RedissonCachedSellerListingsService
extends RedissonCachedSellerListingService
Deprecated, for removal: This API element is subject to removal in a future version.
-
Field Summary
Fields inherited from class org.oxerr.ticket.inventory.support.cached.redisson.RedissonCachedListingServiceSupport
executor, keyPrefix, redisson
-
Constructor Summary
ConstructorDescriptionRedissonCachedSellerListingsService
(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. -
Method Summary
Methods inherited from class org.oxerr.viagogo.client.cached.redisson.inventory.RedissonCachedSellerListingService
check, createListing, deleteListing, getPriority, shouldCreate, shouldDelete, shouldUpdate, toCached
Methods inherited from class org.oxerr.ticket.inventory.support.cached.redisson.RedissonCachedListingServiceSupport
callAsync, callAsync, createListing, deleteListing, getCache, getCache, getCacheName, getCacheName, getCacheNamePattern, getCacheNamesStream, getCacheNamesStream, getCacheSize, getEventCache, getListedCount, getListedRequest, getListedRequest, getListedRequest, getListedRequest, getRequest, getRequest, getRequest, getRequest, isListed, isListed, toSupplier, updateListing, updateListing, updateListings
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.oxerr.ticket.inventory.support.cached.CachedListingService
getCacheNamesStream, getCacheNamesStream, getCacheSize, getListedCount, getListedRequest, getListedRequest, getListedRequest, getListedRequest, getRequest, getRequest, getRequest, getRequest, isListed, isListed, updateListings
-
Constructor Details
-
RedissonCachedSellerListingsService
@Deprecated(since="5.0.0", forRemoval=true) public 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
public 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
public 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.
-