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 void
RedissonCachedListingService.createListing
(SeatGeekEvent event, SeatGeekListing listing) protected SeatGeekCachedListing
RedissonCachedListingService.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 CachedListing
CachedListing.listed
(SeatGeekListing listing) Deprecated.static CachedListing
CachedListing.pending
(SeatGeekListing listing) Deprecated.static boolean
CachedListing.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)