Modifier and Type | Method and Description |
---|---|
SportEventStatusDto |
SportEventStatusCi.getFeedStatusDto()
Returns the
SportEventStatusDto received from the feed |
SportEventStatusDto |
SportEventStatusCi.getSapiStatusDto()
Returns the
SportEventStatusDto received from the Sports API |
Modifier and Type | Method and Description |
---|---|
default void |
DataRouterListener.onSportEventStatusFetched(Urn id,
SportEventStatusDto data,
String statusOnEvent,
String source) |
void |
DataRouter.onSportEventStatusFetched(Urn eventId,
SportEventStatusDto statusDto,
String statusOnEvent,
String source) |
void |
SportEventStatusCi.setFeedStatus(SportEventStatusDto feedDto)
Sets the
SportEventStatusDto received from the feed |
void |
SportEventStatusCi.setSapiStatus(SportEventStatusDto sapiDto)
Sets the
SportEventStatusDto received from the Sports API |
Modifier and Type | Method and Description |
---|---|
void |
SportEventStatusCacheImpl.onSportEventStatusFetched(Urn id,
SportEventStatusDto data,
String statusOnEvent,
String source)
Adds a new
SportEventStatusCacheImpl.sportEventStatusCache entry |
void |
DataRouterImpl.onSportEventStatusFetched(Urn eventId,
SportEventStatusDto statusDto,
String statusOnEvent,
String source) |
Modifier and Type | Method and Description |
---|---|
SportEventStatusDto |
SportEventStatusCiImpl.getFeedStatusDto() |
SportEventStatusDto |
SportEventStatusCiImpl.getSapiStatusDto() |
Modifier and Type | Method and Description |
---|---|
void |
SportEventStatusCiImpl.setFeedStatus(SportEventStatusDto feedDto) |
void |
SportEventStatusCiImpl.setSapiStatus(SportEventStatusDto sapiDto) |
Constructor and Description |
---|
SportEventStatusCiImpl(SportEventStatusDto feedDto,
SportEventStatusDto sapiDto) |
Modifier and Type | Method and Description |
---|---|
static SportEventStatusDto |
SportEventStatusDto.getNotStarted()
Constructs a new
SportEventStatusDto describing the associated event as "Not started" |
Copyright © 2016–2025. All rights reserved.