public class OddsFeedRoutingKeyBuilder extends Object
Modifier and Type | Method and Description |
---|---|
static Map<Integer,List<String>> |
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 -> a
List of routing keys for the associated session |
public static Map<Integer,List<String>> generateKeys(Map<Integer,Map.Entry<MessageInterest,Set<Urn>>> sessionsData, SdkInternalConfiguration oddsFeedConfiguration)
List
of routing keys for the associated sessionsessionsData
- - a Map
describing the feed sessionsoddsFeedConfiguration
- - the associated feed SDK configuration instanceCopyright © 2016–2025. All rights reserved.