public interface BroadcastService
<T> Map<String,TaskResult<T>> execute(Callable<T> callable)
callable - callable that will be executed on all nodesException<T> Map<String,TaskResult<T>> execute(Callable<T> callable, Long tenantId)
callable - callable that will be executed on all nodesExceptionvoid submit(Callable<?> callable)
Copyright © 2016 Bonitasoft S.A.. All rights reserved.