AMQPEventSource refers to an event-source for AMQP stream events
Name | Type | Description | Notes |
---|---|---|---|
exchangeDeclare | AMQPExchangeDeclareConfig | [optional] | |
connectionBackoff | io.argoproj.events.models.common.Backoff | [optional] | |
consume | AMQPConsumeConfig | [optional] | |
url | String | URL for rabbitmq service | [optional] |
jsonBody | Boolean | JSONBody specifies that all event body payload coming from this source will be JSON | [optional] |
routingKey | String | Routing key for bindings | |
tls | io.argoproj.events.models.common.TLSConfig | [optional] | |
auth | io.argoproj.events.models.common.BasicAuth | [optional] | |
filter | EventSourceFilter | [optional] | |
queueBind | AMQPQueueBindConfig | [optional] | |
urlSecret | V1SecretKeySelector | [optional] | |
exchangeName | String | ExchangeName is the exchange name For more information, visit https://www.rabbitmq.com/tutorials/amqp-concepts.html | |
queueDeclare | AMQPQueueDeclareConfig | [optional] | |
exchangeType | String | ExchangeType is rabbitmq exchange type | |
metadata | Map<String, String> | Metadata holds the user defined metadata which will passed along the event payload. | [optional] |