Uses of Class
org.oxerr.seatgeek.client.cached.model.SeatGeekListing
Packages that use SeatGeekListing
Package
Description
Models for cached client.
Client using Redisson as cache.
-
Uses of SeatGeekListing in org.oxerr.seatgeek.client.cached.model
Constructor parameters in org.oxerr.seatgeek.client.cached.model with type arguments of type SeatGeekListingModifierConstructorDescriptionSeatGeekEvent(String id, OffsetDateTime startDate, List<SeatGeekListing> listings) -
Uses of SeatGeekListing in org.oxerr.seatgeek.client.cached.redisson
Methods in org.oxerr.seatgeek.client.cached.redisson with parameters of type SeatGeekListingModifier and TypeMethodDescriptionprotected voidRedissonCachedListingService.createListing(SeatGeekEvent event, SeatGeekListing listing) protected SeatGeekCachedListingRedissonCachedListingService.toCached(SeatGeekEvent event, SeatGeekListing listing, org.oxerr.ticket.inventory.support.cached.redisson.Status status) -
Uses of SeatGeekListing in org.oxerr.seatgeek.client.cached.redisson.model
Methods in org.oxerr.seatgeek.client.cached.redisson.model with parameters of type SeatGeekListingModifier and TypeMethodDescriptionstatic CachedListingCachedListing.listed(SeatGeekListing listing) Deprecated.static CachedListingCachedListing.pending(SeatGeekListing listing) Deprecated.static booleanCachedListing.shouldCreate(SeatGeekListing listing, CachedListing cachedListing) Deprecated.Constructors in org.oxerr.seatgeek.client.cached.redisson.model with parameters of type SeatGeekListingModifierConstructorDescriptionSeatGeekCachedListing(SeatGeekListing listing, org.oxerr.ticket.inventory.support.cached.redisson.Status status)