org.mule.transport.amqp.internal.endpoint.dispatcher
Class DispatcherAction
java.lang.Object
org.mule.transport.amqp.internal.endpoint.dispatcher.DispatcherAction
- Direct Known Subclasses:
- DispatcherActionDispatch, DispatcherActionSend
public abstract class DispatcherAction
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DispatcherAction
public DispatcherAction()
run
public abstract AmqpMessage run(AmqpConnector amqpConnector,
com.rabbitmq.client.Channel channel,
String exchange,
String routingKey,
AmqpMessage amqpMessage,
long timeout)
throws IOException,
InterruptedException
- Throws:
IOException
InterruptedException
Copyright © 2003–2015 MuleSoft, Inc.. All rights reserved.