Interface InternalMessageSpec<T>
- Type Parameters:
T
- the message payload type
- All Superinterfaces:
MessageSpec<T>
Internal interface for the spec of a message to be sent.
-
Method Summary
Methods inherited from interface org.apache.pulsar.reactive.client.api.MessageSpec
getCorrelationMetadata, getValue
-
Method Details
-
configure
Configures the message from this message spec.- Parameters:
typedMessageBuilder
- the message to configure
-