Uses of Interface
com.sportradar.livedata.sdk.feed.common.MessageProcessor
-
Packages that use MessageProcessor Package Description com.sportradar.livedata.sdk.feed.common Contains files common to all feedscom.sportradar.livedata.sdk.feed.livescout.classes -
-
Uses of MessageProcessor in com.sportradar.livedata.sdk.feed.common
Classes in com.sportradar.livedata.sdk.feed.common that implement MessageProcessor Modifier and Type Class Description class
MessagePipeline<T extends LiveScoutEntityBase>
A message - processing pipeline which consists of multipleMessageProcessor
instances.Methods in com.sportradar.livedata.sdk.feed.common with parameters of type MessageProcessor Modifier and Type Method Description int
MessageProcessorComparator. compare(MessageProcessor<T> processor1, MessageProcessor<T> processor2)
Compares its two arguments for order.void
MessageProcessorListener. onMessageProcessed(T message, MessageProcessor<T> processor)
Invoked by the observedMessageProcessor
when it has processed the messageConstructors in com.sportradar.livedata.sdk.feed.common with parameters of type MessageProcessor Constructor Description LiveFeedProtocolManager(Protocol<IncomingMessage,OutgoingMessage> protocol, EntityMapper<IncomingMessage,LiveScoutEntityBase> entityMapper, MessageProcessor<LiveScoutEntityBase> messageProcessor, RequestProducer<OutgoingMessage> requestProducer)
Initializes a new instance of theLiveFeedProtocolManager
classMessagePipeline(int index, MessageProcessor<T>... processors)
Initializes a new instance of theMessagePipeline
class from the passedMessageProcessor
instances. -
Uses of MessageProcessor in com.sportradar.livedata.sdk.feed.livescout.classes
Classes in com.sportradar.livedata.sdk.feed.livescout.classes that implement MessageProcessor Modifier and Type Class Description class
LiveScoutUserRequestManagerImpl
AUserRequestManager
implementation associated with the live-scout feed.
-