Uses of Enum Class
com.sportradar.unifiedodds.sdk.MessageInterest
Packages that use MessageInterest
Package
Description
-
Uses of MessageInterest in com.sportradar.unifiedodds.sdk
Methods in com.sportradar.unifiedodds.sdk that return MessageInterestModifier and TypeMethodDescriptionstatic MessageInterestReturns the enum constant of this class with the specified name.static MessageInterest[]MessageInterest.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.sportradar.unifiedodds.sdk with parameters of type MessageInterestModifier and TypeMethodDescriptionUofSessionBuilder.setMessageInterest(MessageInterest msgInterest) -
Uses of MessageInterest in com.sportradar.unifiedodds.sdk.extended
Methods in com.sportradar.unifiedodds.sdk.extended with parameters of type MessageInterestModifier and TypeMethodDescriptionvoidUofExtListener.onRawFeedMessageReceived(RoutingKeyInfo routingKey, UnmarshalledMessage feedMessage, MessageTimestamp timestamp, MessageInterest messageInterest) Occurs when any feed message arrives -
Uses of MessageInterest in com.sportradar.unifiedodds.sdk.internal.impl
Methods in com.sportradar.unifiedodds.sdk.internal.impl that return MessageInterestModifier and TypeMethodDescriptionMessageConsumer.getMessageInterest()Returns the consumerMessageInterest(method most useful in custom consumer implementations)UofSessionImpl.getMessageInterest()Returns the consumerMessageInterestMethods in com.sportradar.unifiedodds.sdk.internal.impl with parameters of type MessageInterestModifier and TypeMethodDescriptionvoidMessageConsumer.onRawFeedMessageReceived(RoutingKeyInfo routingKey, UnmarshalledMessage feedMessage, MessageTimestamp timestamp, MessageInterest messageInterest) Occurs when any feed message arrivesvoidUofSessionImpl.onRawFeedMessageReceived(RoutingKeyInfo routingKey, UnmarshalledMessage feedMessage, MessageTimestamp timestamp, MessageInterest messageInterest) Occurs when any feed message arrivesvoidUofSessionImpl.open(List<String> routingKeys, MessageInterest messageInterest, UofListener uofListener, UofExtListener uofExtListener) Method parameters in com.sportradar.unifiedodds.sdk.internal.impl with type arguments of type MessageInterestModifier and TypeMethodDescriptionOddsFeedRoutingKeyBuilder.generateKeys(Map<Integer, Map.Entry<MessageInterest, Set<Urn>>> sessionsData, SdkInternalConfiguration oddsFeedConfiguration) Builds a valid list of routing keys for the provided sessions k -> session identifier v -> aListof routing keys for the associated session -
Uses of MessageInterest in com.sportradar.unifiedodds.sdk.internal.impl.recovery
Methods in com.sportradar.unifiedodds.sdk.internal.impl.recovery with parameters of type MessageInterestModifier and TypeMethodDescriptionvoidRecoveryManagerImpl.onSnapshotCompleteReceived(int producerId, long nowTimestamp, long requestId, MessageInterest sessionMessageInterest) -
Uses of MessageInterest in com.sportradar.unifiedodds.sdk.managers
Methods in com.sportradar.unifiedodds.sdk.managers with parameters of type MessageInterestModifier and TypeMethodDescriptionvoidRecoveryManager.onSnapshotCompleteReceived(int producerId, long now, long requestId, MessageInterest sessionMessageInterest) Method invoked when the message of type "SnapshotComplete" is received