Class RabbitMQConsumer
- java.lang.Object
-
- de.codecentric.reedelk.runtime.api.component.AbstractInbound
-
- de.codecentric.reedelk.rabbitmq.component.RabbitMQConsumer
-
- All Implemented Interfaces:
de.codecentric.reedelk.runtime.api.component.Component,de.codecentric.reedelk.runtime.api.component.Implementor,de.codecentric.reedelk.runtime.api.component.Inbound,de.codecentric.reedelk.runtime.api.component.InboundEventListener
public class RabbitMQConsumer extends de.codecentric.reedelk.runtime.api.component.AbstractInbound
-
-
Constructor Summary
Constructors Constructor Description RabbitMQConsumer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidonShutdown()voidonStart()voidsetAutoAck(Boolean autoAck)voidsetConnection(ConnectionConfiguration connection)voidsetConnectionURI(String connectionURI)voidsetMessageMimeType(String messageMimeType)voidsetQueueConfiguration(RabbitMQConsumerQueueConfiguration queueConfiguration)voidsetQueueName(String queueName)-
Methods inherited from class de.codecentric.reedelk.runtime.api.component.AbstractInbound
addEventListener, onEvent, onEvent, removeEventListener
-
-
-
-
Method Detail
-
onStart
public void onStart()
-
onShutdown
public void onShutdown()
-
setConnection
public void setConnection(ConnectionConfiguration connection)
-
setQueueName
public void setQueueName(String queueName)
-
setMessageMimeType
public void setMessageMimeType(String messageMimeType)
-
setQueueConfiguration
public void setQueueConfiguration(RabbitMQConsumerQueueConfiguration queueConfiguration)
-
setConnectionURI
public void setConnectionURI(String connectionURI)
-
setAutoAck
public void setAutoAck(Boolean autoAck)
-
-