ServiceQueryOptions

Options used to requesting list of services

package

Default

Methods

ServiceQueryOptions constructor

__construct( $serviceQueryOptions = null) 

Arguments

$serviceQueryOptions

mixed | null

getBlockingOptions

getBlockingOptions() : \io\vertx\jphp\ext\consul\BlockingQueryOptions

getNear

getNear() : string

Response

string

getTag

getTag() : string

Response

string

setBlockingOptions

setBlockingOptions( $blockingOptions) : $this

Arguments

$blockingOptions

BlockingQueryOptions|array

Response

$this

setNear

setNear( $near) : $this

Arguments

$near

string

Response

$this

setTag

setTag( $tag) : $this

Arguments

$tag

string

Response

$this