Java com.amazonaws.services.sqs.buffered QueueBufferConfig fields, constructors, methods, implement or subclass

Example usage for Java com.amazonaws.services.sqs.buffered QueueBufferConfig fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.amazonaws.services.sqs.buffered QueueBufferConfig.

The text is from its open source code.

Constructor

Method

voidsetLongPoll(boolean longPoll)
Specify "true" for receive requests to use long polling.
voidsetLongPollWaitTimeoutSeconds(int longPollWaitTimeoutSeconds)
Specifies the amount of time, in seconds, the receive call will block on the server waiting for messages to arrive if the queue is empty when the receive call is first made.