Interface ConvertedBasicAcknowledgeablePubsubMessage<T>
- Type Parameters:
T
- the type of the converted payload.
- All Superinterfaces:
BasicAcknowledgeablePubsubMessage
- All Known Subinterfaces:
ConvertedAcknowledgeablePubsubMessage<T>
public interface ConvertedBasicAcknowledgeablePubsubMessage<T>
extends BasicAcknowledgeablePubsubMessage
A
BasicAcknowledgeablePubsubMessage
that also contains the payload of the Pub/Sub message
converted to the desired type T
.- Since:
- 1.1
-
Method Summary
Methods inherited from interface com.google.cloud.spring.pubsub.support.BasicAcknowledgeablePubsubMessage
ack, getProjectSubscriptionName, getPubsubMessage, nack
-
Method Details
-
getPayload
T getPayload()
-