Interface FixtureChange<T extends SportEvent>

All Superinterfaces:
EventMessage<T>, Message

public interface FixtureChange<T extends SportEvent> extends EventMessage<T>
Fixture change is sent when some SportRadar system has made a fixture change it deems is important. This is typically changes that affect events in the nearterm (e.g. a match was added that will start in the next few minutes, a match was delayed and starts in a couple of minutes etc etc.).
  • Method Details