Uses of Class
net.sf.eBus.config.EConfigure.McastNotifyConfig
-
-
Uses of EConfigure.McastNotifyConfig in net.sf.eBus.config
Methods in net.sf.eBus.config that return EConfigure.McastNotifyConfig Modifier and Type Method Description EConfigure.McastNotifyConfigEConfigure.McastNotifyBuilder. build()Returns a new multicast notification configuration created from the builder settings.Methods in net.sf.eBus.config that return types with arguments of type EConfigure.McastNotifyConfig Modifier and Type Method Description List<EConfigure.McastNotifyConfig>EConfigure.MulticastConnection. notifications()Returns notification message keys which are either posted to or received from the multicast group depending on the role.Methods in net.sf.eBus.config with parameters of type EConfigure.McastNotifyConfig Modifier and Type Method Description intEConfigure.McastNotifyConfig. compareTo(EConfigure.McastNotifyConfig o)Method parameters in net.sf.eBus.config with type arguments of type EConfigure.McastNotifyConfig Modifier and Type Method Description EConfigure.MulticastBuilderEConfigure.MulticastBuilder. notifications(List<EConfigure.McastNotifyConfig> notifications)Set notification message key configurations.
-