Uses of Interface
org.apache.pulsar.client.api.Messages
-
Packages that use Messages Package Description org.apache.pulsar.client.api Pulsar Client API. -
-
Uses of Messages in org.apache.pulsar.client.api
Methods in org.apache.pulsar.client.api that return Messages Modifier and Type Method Description Messages<T>Consumer. batchReceive()Batch receiving messages.Methods in org.apache.pulsar.client.api that return types with arguments of type Messages Modifier and Type Method Description java.util.concurrent.CompletableFuture<Messages<T>>Consumer. batchReceiveAsync()Batch receiving messages.Methods in org.apache.pulsar.client.api with parameters of type Messages Modifier and Type Method Description voidConsumer. acknowledge(Messages<?> messages)Acknowledge the consumption ofMessages.java.util.concurrent.CompletableFuture<java.lang.Void>Consumer. acknowledgeAsync(Messages<?> messages)Asynchronously acknowledge the consumption ofMessages.voidConsumer. negativeAcknowledge(Messages<?> messages)Acknowledge the failure to processMessages.voidConsumer. reconsumeLater(Messages<?> messages, long delayTime, java.util.concurrent.TimeUnit unit)reconsumeLater the consumption ofMessages.java.util.concurrent.CompletableFuture<java.lang.Void>Consumer. reconsumeLaterAsync(Messages<?> messages, long delayTime, java.util.concurrent.TimeUnit unit)Asynchronously reconsumeLater the consumption ofMessages.
-