ServiceDiscoveryOptions

Options to configure the service discovery.

package

Default

Methods

ServiceDiscoveryOptions constructor

__construct( $serviceDiscoveryOptions = null) 

Arguments

$serviceDiscoveryOptions

mixed | null

getAnnounceAddress

getAnnounceAddress() : string

Response

string

getBackendConfiguration

getBackendConfiguration() : array

Response

array

getName

getName() : string

Response

string

getUsageAddress

getUsageAddress() : string

Response

string

isAutoRegistrationOfImporters

isAutoRegistrationOfImporters() : boolean

Response

boolean

setAnnounceAddress

setAnnounceAddress( $announceAddress) : $this

Arguments

$announceAddress

string

Response

$this

setAutoRegistrationOfImporters

setAutoRegistrationOfImporters( $autoRegistrationOfImporters) : $this

Arguments

$autoRegistrationOfImporters

boolean

Response

$this

setBackendConfiguration

setBackendConfiguration( $backendConfiguration) : $this

Arguments

$backendConfiguration

array

Response

$this

setName

setName( $name) : $this

Arguments

$name

string

Response

$this

setUsageAddress

setUsageAddress( $usageAddress) : $this

Arguments

$usageAddress

string

Response

$this