Uses of Interface
org.apache.pulsar.client.api.Messages
Packages that use Messages
-
Uses of Messages in org.apache.pulsar.client.api
Methods in org.apache.pulsar.client.api that return MessagesMethods in org.apache.pulsar.client.api that return types with arguments of type MessagesMethods in org.apache.pulsar.client.api with parameters of type MessagesModifier and TypeMethodDescriptionvoidConsumer.acknowledge(Messages<?> messages) Acknowledge the consumption ofMessages.Consumer.acknowledgeAsync(Messages<?> messages) Asynchronously acknowledge the consumption ofMessages.voidConsumer.negativeAcknowledge(Messages<?> messages) Acknowledge the failure to processMessages.voidConsumer.reconsumeLater(Messages<?> messages, long delayTime, TimeUnit unit) reconsumeLater the consumption ofMessages.Consumer.reconsumeLaterAsync(Messages<?> messages, long delayTime, TimeUnit unit) Asynchronously reconsumeLater the consumption ofMessages.