Interface PulsarIdMessage<T>

All Superinterfaces:
ContextAwareMessage<T>, org.eclipse.microprofile.reactive.messaging.Message<T>
All Known Implementing Classes:
PulsarIncomingMessage

public interface PulsarIdMessage<T> extends ContextAwareMessage<T>
  • Field Summary

    Fields inherited from interface org.eclipse.microprofile.reactive.messaging.Message

    LOGGER
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.pulsar.client.api.MessageId
     

    Methods inherited from interface io.smallrye.reactive.messaging.providers.locals.ContextAwareMessage

    getContextMetadata, runOnMessageContext

    Methods inherited from interface org.eclipse.microprofile.reactive.messaging.Message

    ack, addMetadata, getAck, getMetadata, getMetadata, getNack, getPayload, nack, nack, unwrap, withAck, withMetadata, withMetadata, withNack, withPayload
  • Method Details

    • getMessageId

      org.apache.pulsar.client.api.MessageId getMessageId()