Uses of Class
io.smallrye.reactive.messaging.pulsar.OutgoingMessage
Packages that use OutgoingMessage
-
Uses of OutgoingMessage in io.smallrye.reactive.messaging.pulsar
Methods in io.smallrye.reactive.messaging.pulsar that return OutgoingMessageModifier and TypeMethodDescriptionstatic <T> OutgoingMessage<T>OutgoingMessage.from(org.apache.pulsar.client.api.Message<T> incoming) static <T> OutgoingMessage<T>OutgoingMessage.withDeliverAt(long deliverAt) OutgoingMessage.withDisabledReplication()OutgoingMessage.withEventTime(long eventTime) OutgoingMessage.withKeyBytes(byte[] keyBytes) OutgoingMessage.withOrderingKey(byte[] orderingKey) OutgoingMessage.withProperties(Map<String, String> properties) OutgoingMessage.withReplicatedClusters(List<String> replicatedClusters) OutgoingMessage.withSequenceId(long sequenceId) OutgoingMessage.withTransaction(org.apache.pulsar.client.api.transaction.Transaction txn) <O> OutgoingMessage<O>OutgoingMessage.withValue(O value)