JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
C
E
G
H
O
R
W
C
createProperties()
- Method in class org.apache.beam.sdk.io.rabbitmq.
RabbitMqMessage
E
equals(Object)
- Method in class org.apache.beam.sdk.io.rabbitmq.
RabbitMqMessage
expand(PBegin)
- Method in class org.apache.beam.sdk.io.rabbitmq.
RabbitMqIO.Read
expand(PCollection<RabbitMqMessage>)
- Method in class org.apache.beam.sdk.io.rabbitmq.
RabbitMqIO.Write
G
getAppId()
- Method in class org.apache.beam.sdk.io.rabbitmq.
RabbitMqMessage
getBody()
- Method in class org.apache.beam.sdk.io.rabbitmq.
RabbitMqMessage
getClusterId()
- Method in class org.apache.beam.sdk.io.rabbitmq.
RabbitMqMessage
getContentEncoding()
- Method in class org.apache.beam.sdk.io.rabbitmq.
RabbitMqMessage
getContentType()
- Method in class org.apache.beam.sdk.io.rabbitmq.
RabbitMqMessage
getCorrelationId()
- Method in class org.apache.beam.sdk.io.rabbitmq.
RabbitMqMessage
getDeliveryMode()
- Method in class org.apache.beam.sdk.io.rabbitmq.
RabbitMqMessage
getExpiration()
- Method in class org.apache.beam.sdk.io.rabbitmq.
RabbitMqMessage
getHeaders()
- Method in class org.apache.beam.sdk.io.rabbitmq.
RabbitMqMessage
getMessageId()
- Method in class org.apache.beam.sdk.io.rabbitmq.
RabbitMqMessage
getPriority()
- Method in class org.apache.beam.sdk.io.rabbitmq.
RabbitMqMessage
getReplyTo()
- Method in class org.apache.beam.sdk.io.rabbitmq.
RabbitMqMessage
getRoutingKey()
- Method in class org.apache.beam.sdk.io.rabbitmq.
RabbitMqMessage
getTimestamp()
- Method in class org.apache.beam.sdk.io.rabbitmq.
RabbitMqMessage
getType()
- Method in class org.apache.beam.sdk.io.rabbitmq.
RabbitMqMessage
getUserId()
- Method in class org.apache.beam.sdk.io.rabbitmq.
RabbitMqMessage
H
hashCode()
- Method in class org.apache.beam.sdk.io.rabbitmq.
RabbitMqMessage
O
org.apache.beam.sdk.io.rabbitmq
- package org.apache.beam.sdk.io.rabbitmq
Transforms for reading and writing from RabbitMQ.
R
RabbitMqIO
- Class in
org.apache.beam.sdk.io.rabbitmq
A IO to publish or consume messages with a RabbitMQ broker.
RabbitMqIO.Read
- Class in
org.apache.beam.sdk.io.rabbitmq
A
PTransform
to consume messages from RabbitMQ server.
RabbitMqIO.Write
- Class in
org.apache.beam.sdk.io.rabbitmq
A
PTransform
to publish messages to a RabbitMQ server.
RabbitMqMessage
- Class in
org.apache.beam.sdk.io.rabbitmq
It contains the message payload, and additional metadata like routing key or attributes.
RabbitMqMessage(byte[])
- Constructor for class org.apache.beam.sdk.io.rabbitmq.
RabbitMqMessage
RabbitMqMessage(String, GetResponse)
- Constructor for class org.apache.beam.sdk.io.rabbitmq.
RabbitMqMessage
RabbitMqMessage(String, byte[], String, String, Map<String, Object>, Integer, Integer, String, String, String, String, Date, String, String, String, String)
- Constructor for class org.apache.beam.sdk.io.rabbitmq.
RabbitMqMessage
read()
- Static method in class org.apache.beam.sdk.io.rabbitmq.
RabbitMqIO
Read()
- Constructor for class org.apache.beam.sdk.io.rabbitmq.
RabbitMqIO.Read
W
withExchange(String, String, String)
- Method in class org.apache.beam.sdk.io.rabbitmq.
RabbitMqIO.Read
In AMQP, messages are published to an exchange and routed to queues based on the exchange type and a queue binding.
withExchange(String, String)
- Method in class org.apache.beam.sdk.io.rabbitmq.
RabbitMqIO.Read
In AMQP, messages are published to an exchange and routed to queues based on the exchange type and a queue binding.
withExchange(String, String)
- Method in class org.apache.beam.sdk.io.rabbitmq.
RabbitMqIO.Write
Defines the to-be-declared exchange where the messages will be sent.
withExchange(String)
- Method in class org.apache.beam.sdk.io.rabbitmq.
RabbitMqIO.Write
Defines the existing exchange where the messages will be sent.
withMaxNumRecords(long)
- Method in class org.apache.beam.sdk.io.rabbitmq.
RabbitMqIO.Read
Define the max number of records received by the
RabbitMqIO.Read
.
withMaxReadTime(Duration)
- Method in class org.apache.beam.sdk.io.rabbitmq.
RabbitMqIO.Read
Define the max read time (duration) while the
RabbitMqIO.Read
will receive messages.
withQueue(String)
- Method in class org.apache.beam.sdk.io.rabbitmq.
RabbitMqIO.Read
If you want to directly consume messages from a specific queue, you just have to specify the queue name.
withQueue(String)
- Method in class org.apache.beam.sdk.io.rabbitmq.
RabbitMqIO.Write
Defines the queue where the messages will be sent.
withQueueDeclare(boolean)
- Method in class org.apache.beam.sdk.io.rabbitmq.
RabbitMqIO.Read
You can "force" the declaration of a queue on the RabbitMQ broker.
withQueueDeclare(boolean)
- Method in class org.apache.beam.sdk.io.rabbitmq.
RabbitMqIO.Write
If the queue is not declared by another application,
RabbitMqIO
can declare the queue itself.
withUri(String)
- Method in class org.apache.beam.sdk.io.rabbitmq.
RabbitMqIO.Read
withUri(String)
- Method in class org.apache.beam.sdk.io.rabbitmq.
RabbitMqIO.Write
withUseCorrelationId(boolean)
- Method in class org.apache.beam.sdk.io.rabbitmq.
RabbitMqIO.Read
Toggles deduplication of messages based on the amqp correlation-id property on incoming messages.
write()
- Static method in class org.apache.beam.sdk.io.rabbitmq.
RabbitMqIO
Write()
- Constructor for class org.apache.beam.sdk.io.rabbitmq.
RabbitMqIO.Write
C
E
G
H
O
R
W
Skip navigation links
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes