@jayesol/jayeson.lib.record
v2.0.8
Published
v 1.1.0 -Change SoccerEvent to interface from class -Created DeltaSoccerEvent interface. SoccerEvent from push mode can be cast as DeltaSoccerEvent. -Created abstract class BasicSoccerEvent which implements SoccerEventInterface. It provided Event info
Downloads
15
Maintainers
Keywords
Readme
v 1.1.0 -Change SoccerEvent to interface from class -Created DeltaSoccerEvent interface. SoccerEvent from push mode can be cast as DeltaSoccerEvent. -Created abstract class BasicSoccerEvent which implements SoccerEventInterface. It provided Event information only. Subclass Should handle record implementation -Add new public Methods to SoccerEvent to check if it has records of time type,market type etc -Add nee public method to get SpecialEventCategory -Updated NameFeed.Record to provide start time -Add interface class for Record and SoccerEvent, We want to cover all types of sports in the future not only soccer. -Add MetaRecordProducer, help to produce MetaRecord based on Event and Record. -Add Snapshot and SoccerSnapshot, this class will contain list of events. Currently only used by whitelabel project.