Options for configuring the event bus bridge.
package |
Default |
---|
__construct( $bridgeOptions = null)
mixed | null
addInboundPermitted( $inboundPermitteds) : $this
PermittedOptions|array
$this
addOutboundPermitted( $outboundPermitteds) : $this
PermittedOptions|array
$this
getInboundPermitteds() : array
array
getMaxAddressLength() : integer
integer
getMaxHandlersPerSocket() : integer
integer
getOutboundPermitteds() : array
array
getPingTimeout() : integer
integer
getReplyTimeout() : integer
integer
setInboundPermitted( $inboundPermitted) : $this
PermittedOptions|array
$this
setMaxAddressLength( $maxAddressLength) : $this
integer
$this
setMaxHandlersPerSocket( $maxHandlersPerSocket) : $this
integer
$this
setOutboundPermitted( $outboundPermitted) : $this
PermittedOptions|array
$this
setPingTimeout( $pingTimeout) : $this
integer
$this
setReplyTimeout( $replyTimeout) : $this
integer
$this