Uses of Interface
org.apache.flink.streaming.connectors.rabbitmq.RMQDeserializationSchema.RMQCollector
-
Packages that use RMQDeserializationSchema.RMQCollector Package Description org.apache.flink.streaming.connectors.rabbitmq -
-
Uses of RMQDeserializationSchema.RMQCollector in org.apache.flink.streaming.connectors.rabbitmq
Methods in org.apache.flink.streaming.connectors.rabbitmq with parameters of type RMQDeserializationSchema.RMQCollector Modifier and Type Method Description voidRMQDeserializationSchema. deserialize(com.rabbitmq.client.Envelope envelope, com.rabbitmq.client.AMQP.BasicProperties properties, byte[] body, RMQDeserializationSchema.RMQCollector<T> collector)This method takes all the RabbitMQ delivery information supplied by the client extract the data and pass it to the collector.
-