Uses of Class
org.oxerr.viagogo.client.cached.inventory.ViagogoEvent
Package
Description
Cached inventory service using Redisson.
-
Uses of ViagogoEvent in org.oxerr.viagogo.client.cached.redisson.inventory
Modifier and TypeMethodDescriptionprotected void
RedissonCachedSellerListingService.createListing
(ViagogoEvent event, ViagogoListing listing) protected void
RedissonCachedSellerListingService.deleteListing
(ViagogoEvent event, String listingId) protected int
RedissonCachedSellerListingService.getPriority
(ViagogoEvent event, ViagogoListing listing, ViagogoCachedListing cachedListing) protected boolean
RedissonCachedSellerListingService.shouldCreate
(ViagogoEvent event, ViagogoListing listing, ViagogoCachedListing cachedListing) protected boolean
RedissonCachedSellerListingService.shouldDelete
(ViagogoEvent event, Set<String> inventoryListingIds, String listingId, ViagogoCachedListing cachedListing) protected boolean
RedissonCachedSellerListingService.shouldUpdate
(ViagogoEvent event, ViagogoListing listing, ViagogoCachedListing cachedListing) protected ViagogoCachedListing
RedissonCachedSellerListingService.toCached
(ViagogoEvent event, ViagogoListing listing, org.oxerr.ticket.inventory.support.cached.redisson.Status status) ModifierConstructorDescriptionViagogoCachedEvent
(ViagogoEvent event) ViagogoCachedListing
(ViagogoEvent event, ViagogoListing listing, org.oxerr.ticket.inventory.support.cached.redisson.Status status)