| Interface and Description |
|---|
| io.smallrye.reactive.messaging.annotations.Emitter
Use
Emitter instead. |
| io.smallrye.reactive.messaging.kafka.KafkaMessage
Use
instead |
| io.smallrye.reactive.messaging.kafka.KafkaMessageMetadata
use
KafkaMessageMetadata instead |
| Class and Description |
|---|
| io.smallrye.reactive.messaging.amqp.AmqpMessageBuilder
Use
OutgoingAmqpMetadata instead. |
| io.smallrye.reactive.messaging.kafka.IncomingKafkaRecordMetadata
use
IncomingKafkaRecordMetadata instead |
| io.smallrye.reactive.messaging.kafka.OutgoingKafkaRecordMetadata
use
OutgoingKafkaRecordMetadata instead |
| Annotation Type and Description |
|---|
| io.smallrye.reactive.messaging.annotations.Channel
Use
Channel instead. |
| io.smallrye.reactive.messaging.annotations.OnOverflow
Use
OnOverflow instead |
| Method and Description |
|---|
| io.smallrye.reactive.messaging.amqp.AmqpMessage.builder() |
| io.smallrye.reactive.messaging.amqp.IncomingAmqpMetadata.getExpirationTime()
Use
IncomingAmqpMetadata.getExpiryTime() instead |
Copyright © 2018–2021 SmallRye. All rights reserved.