public interface MulticastAddressCalculator
| Modifier and Type | Method and Description |
|---|---|
Set<Address> |
calculate(ImmutableMessage message)
Call this method to calculate a multicast address for the given message.
|
boolean |
createsGlobalTransportAddresses()
Used to determine if the addresses created by this calculator are global transport addresses.
|
boolean |
supports(String transport)
Used to determine if the address calculator supports providing multicast addresses for a given transport.
|
Set<Address> calculate(ImmutableMessage message)
Message.MessageType.VALUE_MESSAGE_TYPE_MULTICAST.message - the message for which to calculate the address.boolean supports(String transport)
transport - the transport for which to check whether this calculator can provide addresses for.true if it does, false otherwise.boolean createsGlobalTransportAddresses()
true if it does, false otherwise.Copyright © 2021. All rights reserved.