|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.camel.impl.ServiceSupport
org.apache.camel.processor.MulticastProcessor
public class MulticastProcessor
Implements the Multicast pattern to send a message exchange to a number of endpoints, each endpoint receiving a copy of the message exchange.
Pipeline
Constructor Summary | |
---|---|
MulticastProcessor(Collection<Processor> processors)
|
Method Summary | ||
---|---|---|
protected Exchange |
copyExchangeStrategy(Processor processor,
Exchange exchange)
Strategy method to copy the exchange before sending to another endpoint. |
|
protected void |
doStart()
|
|
protected void |
doStop()
|
|
Collection<Processor> |
getProcessors()
Returns the producers to multicast to |
|
void |
process(Exchange exchange)
Processes the message exchange |
|
static
|
toProducers(Collection<Endpoint> endpoints)
A helper method to convert a list of endpoints into a list of processors |
|
String |
toString()
|
Methods inherited from class org.apache.camel.impl.ServiceSupport |
---|
addChildService, getThreadName, isStarted, isStopped, isStopping, nextThreadCounter, removeChildService, start, stop |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public MulticastProcessor(Collection<Processor> processors)
Method Detail |
---|
public static <E extends Exchange> Collection<Processor> toProducers(Collection<Endpoint> endpoints) throws Exception
Exception
public String toString()
toString
in class Object
public void process(Exchange exchange) throws Exception
Processor
process
in interface Processor
Exception
- if an internal processing error has occurred.protected void doStop() throws Exception
doStop
in class ServiceSupport
Exception
protected void doStart() throws Exception
doStart
in class ServiceSupport
Exception
public Collection<Processor> getProcessors()
protected Exchange copyExchangeStrategy(Processor processor, Exchange exchange)
Pipeline
will not clone the exchange
processor
- the processor that will send the exchangeexchange
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |