Class BroadcastRoutingStrategy

java.lang.Object
dev.getelements.elements.rt.routing.AbstractAggregateRoutingStrategy
dev.getelements.elements.rt.routing.BroadcastRoutingStrategy
All Implemented Interfaces:
RoutingStrategy

public class BroadcastRoutingStrategy extends AbstractAggregateRoutingStrategy
This routing stragegy will broadcast to all nodes. It performs no aggregation and only works with methods returning void or accepting a Void response. More specifically, the return must always be null for all consumers.