public interface MulticastReceiverRegistrar
MulticastReceiverRegistry maintains mappings of the receivers' participant IDs to the multicast IDs they subscribe to.
Whereas MulticastReceiverRegistrar delegates to implementations of MulticastReceiverRegistry and also triggers the subscription operation.| Modifier and Type | Method and Description |
|---|---|
void |
addMulticastReceiver(String multicastId,
String subscriberParticipantId,
String providerParticipantId) |
void |
removeMulticastReceiver(String multicastId,
String subscriberParticipantId,
String providerParticipantId) |
Copyright © 2021. All rights reserved.