BridgeOptions

Extends \io\vertx\jphp\ext\bridge\BridgeOptions

Specify the event bus bridge options.

package

Default

Methods

BridgeOptions constructor

__construct( $bridgeOptions = null) 

Arguments

$bridgeOptions

mixed | null

addInboundPermitted

addInboundPermitted( $inboundPermitteds) : $this

Arguments

$inboundPermitteds

PermittedOptions|array

Response

$this

addOutboundPermitted

addOutboundPermitted( $outboundPermitteds) : $this

Arguments

$outboundPermitteds

PermittedOptions|array

Response

$this

getInboundPermitteds

getInboundPermitteds() : array

Response

array

getOutboundPermitteds

getOutboundPermitteds() : array

Response

array

isPointToPoint

isPointToPoint() : boolean

Response

boolean

setInboundPermitteds

setInboundPermitteds( $inboundPermitteds) : $this

Arguments

$inboundPermitteds

PermittedOptions|array

Response

$this

setOutboundPermitteds

setOutboundPermitteds( $outboundPermitteds) : $this

Arguments

$outboundPermitteds

PermittedOptions|array

Response

$this

setPointToPoint

setPointToPoint( $pointToPoint) : $this

Arguments

$pointToPoint

boolean

Response

$this