Describes a `service`. The record is the only piece of information shared between consumer and provider. It should contains enough metadata to let consumer find the service they want.
package |
Default |
---|
__construct( $record = null)
mixed | null
getLocation() : array
array
getMetadata() : array
array
getName() : string
string
getRegistration() : string
string
getStatus() : string
string
getType() : string
string
setLocation( $location) : $this
array
$this
setMetadata( $metadata) : $this
array
$this
setName( $name) : $this
string
$this
setRegistration( $registration) : $this
string
$this
setStatus( $status) : $this
string
$this
setType( $type) : $this
string
$this