org.mule.transport.amqp.internal.endpoint.dispatcher
Class DispatcherAction

java.lang.Object
  extended by org.mule.transport.amqp.internal.endpoint.dispatcher.DispatcherAction
Direct Known Subclasses:
DispatcherActionDispatch, DispatcherActionSend

public abstract class DispatcherAction
extends Object


Constructor Summary
DispatcherAction()
           
 
Method Summary
abstract  AmqpMessage run(AmqpConnector amqpConnector, com.rabbitmq.client.Channel channel, String exchange, String routingKey, AmqpMessage amqpMessage, long timeout)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DispatcherAction

public DispatcherAction()
Method Detail

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.