Package io.joynr.messaging
Interface MulticastReceiverRegistrar
-
public interface MulticastReceiverRegistrarAn interface for bookkeeping of multicast receiversMulticastReceiverRegistrymaintains mappings of the receivers' participant IDs to the multicast IDs they subscribe to. WhereasMulticastReceiverRegistrardelegates to implementations ofMulticastReceiverRegistryand also triggers the subscription operation.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddMulticastReceiver(String multicastId, String subscriberParticipantId, String providerParticipantId)voidremoveMulticastReceiver(String multicastId, String subscriberParticipantId, String providerParticipantId)
-