Uses of Class
org.oxerr.viagogo.client.cached.inventory.ViagogoEvent
Packages that use ViagogoEvent
Package
Description
Cached inventory service using Redisson.
-
Uses of ViagogoEvent in org.oxerr.viagogo.client.cached.redisson.inventory
Methods in org.oxerr.viagogo.client.cached.redisson.inventory that return ViagogoEventMethods in org.oxerr.viagogo.client.cached.redisson.inventory with parameters of type ViagogoEventModifier and TypeMethodDescriptionprotected voidRedissonCachedSellerListingService.createListing(ViagogoEvent event, ViagogoListing listing) protected voidRedissonCachedSellerListingService.deleteListing(ViagogoEvent event, String listingId) protected intRedissonCachedSellerListingService.getPriority(ViagogoEvent event, ViagogoListing listing, ViagogoCachedListing cachedListing) protected booleanRedissonCachedSellerListingService.shouldCreate(ViagogoEvent event, ViagogoListing listing, ViagogoCachedListing cachedListing) protected booleanRedissonCachedSellerListingService.shouldDelete(ViagogoEvent event, Set<String> inventoryListingIds, String listingId, 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 ViagogoEventModifierConstructorDescriptionViagogoCachedEvent(ViagogoEvent event) ViagogoCachedListing(ViagogoEvent event, ViagogoListing listing, org.oxerr.ticket.inventory.support.cached.redisson.Status status)