BlockingQueryOptions

Options used to perform blocking query that used to wait for a potential change using long polling.

package

Default

Methods

BlockingQueryOptions constructor

__construct( $blockingQueryOptions = null) 

Arguments

$blockingQueryOptions

mixed | null

getIndex

getIndex() : integer

Response

integer

getWait

getWait() : string

Response

string

setIndex

setIndex( $index) : $this

Arguments

$index

integer

Response

$this

setWait

setWait( $wait) : $this

Arguments

$wait

string

Response

$this