Uses of Interface
de.hybris.platform.cluster.BroadcastMethod
Packages that use BroadcastMethod
Package
Description
-
Uses of BroadcastMethod in de.hybris.platform.cluster
Classes in de.hybris.platform.cluster that implement BroadcastMethodModifier and TypeClassDescriptionclassBase class for implementing newBroadcastMethods.classTest dummy broadcast method.classBroadcast method which directly sends all sent messages to its listeners.Methods in de.hybris.platform.cluster that return BroadcastMethodModifier and TypeMethodDescriptionBroadcastService.getBroadcastMethod(String methodName) TODO apidocDefaultBroadcastService.getBroadcastMethod(String name) -
Uses of BroadcastMethod in de.hybris.platform.cluster.jgroups
Classes in de.hybris.platform.cluster.jgroups that implement BroadcastMethod -
Uses of BroadcastMethod in de.hybris.platform.cluster.udp
Classes in de.hybris.platform.cluster.udp that implement BroadcastMethodModifier and TypeClassDescriptionclassThe UDP based broadcasting method.classThe Unicast UDP based broadcasting method.