Uses of Class
org.oxerr.viagogo.client.cached.inventory.ViagogoListing
Packages that use ViagogoListing
Package
Description
Inventory service with cache.
Cached inventory service using Redisson.
-
Uses of ViagogoListing in org.oxerr.viagogo.client.cached.inventory
Constructor parameters in org.oxerr.viagogo.client.cached.inventory with type arguments of type ViagogoListingModifierConstructorDescriptionViagogoEvent(String id, OffsetDateTime startDate, Long viagogoEventId, List<ViagogoListing> listings) -
Uses of ViagogoListing in org.oxerr.viagogo.client.cached.redisson.inventory
Methods in org.oxerr.viagogo.client.cached.redisson.inventory that return ViagogoListingMethods in org.oxerr.viagogo.client.cached.redisson.inventory with parameters of type ViagogoListingModifier and TypeMethodDescriptionprotected voidRedissonCachedSellerListingService.createListing(ViagogoEvent event, ViagogoListing listing) protected intRedissonCachedSellerListingService.getPriority(ViagogoEvent event, ViagogoListing listing, ViagogoCachedListing cachedListing) protected booleanRedissonCachedSellerListingService.shouldCreate(ViagogoEvent event, ViagogoListing listing, ViagogoCachedListing cachedListing) protected booleanRedissonCachedSellerListingService.shouldUpdate(ViagogoEvent event, ViagogoListing listing, ViagogoCachedListing cachedListing) protected ViagogoCachedListingRedissonCachedSellerListingService.toCached(ViagogoEvent event, ViagogoListing listing, org.oxerr.ticket.inventory.support.cached.redisson.Status status) Constructors in org.oxerr.viagogo.client.cached.redisson.inventory with parameters of type ViagogoListingModifierConstructorDescriptionViagogoCachedListing(ViagogoEvent event, ViagogoListing listing, org.oxerr.ticket.inventory.support.cached.redisson.Status status) ViagogoCachedListing(ViagogoCachedEvent event, ViagogoListing listing, org.oxerr.ticket.inventory.support.cached.redisson.Status status)