Uses of Interface
com.sportradar.unifiedodds.sdk.internal.impl.ChannelMessageConsumer
Packages that use ChannelMessageConsumer
Package
Description
-
Uses of ChannelMessageConsumer in com.sportradar.unifiedodds.sdk.internal.di
Methods in com.sportradar.unifiedodds.sdk.internal.di that return types with arguments of type ChannelMessageConsumerModifier and TypeMethodDescriptionprotected Class<? extends ChannelMessageConsumer>CustomisableSdkModule.provideMessageConsumerImplementationClass()Binds the message receiver that should be used to process received messages -
Uses of ChannelMessageConsumer in com.sportradar.unifiedodds.sdk.internal.impl
Classes in com.sportradar.unifiedodds.sdk.internal.impl that implement ChannelMessageConsumerModifier and TypeClassDescriptionclassA basic implementation of theChannelMessageConsumerinterface -
Uses of ChannelMessageConsumer in com.sportradar.unifiedodds.sdk.internal.impl.rabbitconnection
Methods in com.sportradar.unifiedodds.sdk.internal.impl.rabbitconnection with parameters of type ChannelMessageConsumerModifier and TypeMethodDescriptionvoidOnDemandChannelSupervisor.open(List<String> routingKeys, ChannelMessageConsumer channelMessageConsumer, String messageInterest) Opens the current channel and binds the created queue to the provided routing keysvoidRabbitMqChannelImpl.open(List<String> routingKeys, ChannelMessageConsumer channelMessageConsumer, String messageInterest) Opens the current channel and binds the created queue to the provided routing keysChannelSupervisionScheduler.openChannel(List<String> routingKeys, ChannelMessageConsumer messageConsumer, String messageInterest) ChannelSupervisor.openChannel(List<String> routingKeys, ChannelMessageConsumer channelMessageConsumer, String messageInterest) Constructors in com.sportradar.unifiedodds.sdk.internal.impl.rabbitconnection with parameters of type ChannelMessageConsumerModifierConstructorDescriptionRabbitMqMessageReceiver(ChannelSupervisor channelSupervisor, ChannelMessageConsumer channelMessageConsumer) Initializes a new instance ofRabbitMqMessageReceiver