Class RabbitMqInboundProperties
java.lang.Object
io.camunda.connector.rabbitmq.inbound.model.RabbitMqInboundProperties
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()booleanvoidsetArguments(Map<String, Object> arguments) voidsetAuthentication(RabbitMqAuthentication authentication) voidsetConsumerTag(String consumerTag) voidsetExclusive(boolean exclusive) voidsetQueueName(String queueName) voidsetRouting(FactoryRoutingData routing) toString()
-
Constructor Details
-
RabbitMqInboundProperties
public RabbitMqInboundProperties()
-
-
Method Details
-
getAuthentication
-
setAuthentication
-
getRouting
-
setRouting
-
getQueueName
-
setQueueName
-
getConsumerTag
-
setConsumerTag
-
getArguments
-
setArguments
-
isExclusive
public boolean isExclusive() -
setExclusive
public void setExclusive(boolean exclusive) -
equals
-
hashCode
public int hashCode() -
toString
-