public interface UofExtListener
| Modifier and Type | Method and Description | 
|---|---|
void | 
onRawApiDataReceived(URI uri,
                    Object apiData)
Occurs when data from Sports API arrives 
 | 
void | 
onRawFeedMessageReceived(RoutingKeyInfo routingKey,
                        UnmarshalledMessage feedMessage,
                        MessageTimestamp timestamp,
                        MessageInterest messageInterest)
Occurs when any feed message arrives 
 | 
void onRawFeedMessageReceived(RoutingKeyInfo routingKey, UnmarshalledMessage feedMessage, MessageTimestamp timestamp, MessageInterest messageInterest)
routingKey - the routing key associated with this messagefeedMessage - the message receivedtimestamp - the message timestampsmessageInterest - the associated MessageInterestCopyright © 2016–2025. All rights reserved.