Uses of Class
de.hybris.platform.cluster.DefaultBroadcastService.MethodWrapper
-
Packages that use DefaultBroadcastService.MethodWrapper Package Description de.hybris.platform.cluster -
-
Uses of DefaultBroadcastService.MethodWrapper in de.hybris.platform.cluster
Methods in de.hybris.platform.cluster that return DefaultBroadcastService.MethodWrapper Modifier and Type Method Description protected DefaultBroadcastService.MethodWrapperDefaultBroadcastService. createMethod(java.lang.String name, java.lang.Class clazz)Methods in de.hybris.platform.cluster that return types with arguments of type DefaultBroadcastService.MethodWrapper Modifier and Type Method Description protected java.util.List<DefaultBroadcastService.MethodWrapper>DefaultBroadcastService. getMethods()protected java.util.List<DefaultBroadcastService.MethodWrapper>DefaultBroadcastService. loadConfiguredMethods()protected java.util.List<DefaultBroadcastService.MethodWrapper>DefaultBroadcastService. loadLoopbackMethods()protected java.util.List<DefaultBroadcastService.MethodWrapper>DefaultBroadcastService. loadMethods()Methods in de.hybris.platform.cluster with parameters of type DefaultBroadcastService.MethodWrapper Modifier and Type Method Description protected voidDefaultBroadcastService. sendAsnychronously(DefaultBroadcastService.MethodWrapper methodWrapper, RawMessage message, Tenant currentTenant, java.util.concurrent.ExecutorService executorService)Sends a message using a executor service.protected voidDefaultBroadcastService. sendSynchronously(DefaultBroadcastService.MethodWrapper methodWrapper, RawMessage message)Sends a message synchronously.
-