Uses of Class
net.sf.eBus.config.EConfigure.MulticastRole
-
-
Uses of EConfigure.MulticastRole in net.sf.eBus.config
Methods in net.sf.eBus.config that return EConfigure.MulticastRole Modifier and Type Method Description EConfigure.MulticastRoleEConfigure.MulticastConnection. role()Returns multicast connection role which is either publisher or subscriber.static EConfigure.MulticastRoleEConfigure.MulticastRole. valueOf(String name)Returns the enum constant of this type with the specified name.static EConfigure.MulticastRole[]EConfigure.MulticastRole. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.sf.eBus.config with parameters of type EConfigure.MulticastRole Modifier and Type Method Description EConfigure.MulticastBuilderEConfigure.MulticastBuilder. role(EConfigure.MulticastRole role)Sets the multicast connection role to either publisher or subscriber.
-