Uses of Interface
com.sportradar.livedata.sdk.feed.common.MessageProcessor
Packages that use MessageProcessor
Package
Description
Contains files common to all feeds
- 
Uses of MessageProcessor in com.sportradar.livedata.sdk.feed.commonClasses in com.sportradar.livedata.sdk.feed.common that implement MessageProcessorModifier and TypeClassDescriptionclassMessagePipeline<T extends LiveScoutEntityBase>A message - processing pipeline which consists of multipleMessageProcessorinstances.Methods in com.sportradar.livedata.sdk.feed.common with parameters of type MessageProcessorModifier and TypeMethodDescriptionintMessageProcessorComparator.compare(MessageProcessor<T> processor1, MessageProcessor<T> processor2) Compares its two arguments for order.voidMessageProcessorListener.onMessageProcessed(T message, MessageProcessor<T> processor) Invoked by the observedMessageProcessorwhen it has processed the messageConstructors in com.sportradar.livedata.sdk.feed.common with parameters of type MessageProcessorModifierConstructorDescriptionLiveFeedProtocolManager(Protocol<IncomingMessage, OutgoingMessage> protocol, EntityMapper<IncomingMessage, LiveScoutEntityBase> entityMapper, MessageProcessor<LiveScoutEntityBase> messageProcessor, RequestProducer<OutgoingMessage> requestProducer) Initializes a new instance of theLiveFeedProtocolManagerclassMessagePipeline(int index, MessageProcessor<T>... processors) Initializes a new instance of theMessagePipelineclass from the passedMessageProcessorinstances.
- 
Uses of MessageProcessor in com.sportradar.livedata.sdk.feed.livescout.classesClasses in com.sportradar.livedata.sdk.feed.livescout.classes that implement MessageProcessorModifier and TypeClassDescriptionclassAUserRequestManagerimplementation associated with the live-scout feed.