Package | Description |
---|---|
org.springframework.cloud.gcp.pubsub.core |
Modifier and Type | Method and Description |
---|---|
List<AcknowledgeablePubsubMessage> |
PubSubTemplate.pull(String subscription,
Integer maxMessages,
Boolean returnImmediately) |
List<AcknowledgeablePubsubMessage> |
PubSubOperations.pull(String subscription,
Integer maxMessages,
Boolean returnImmediately)
Pull a number of messages from a Google Cloud Pub/Sub subscription.
|
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.