RelayInterface
in
Table of Contents
Methods
- getUrl() : string
- Get URL of the relay.
- send() : CommandResultInterface
- Sends the message to the relay.
- setMessage() : void
- Set message that will be sent to the relay.
- setUrl() : void
- Set URL of the relay.
Methods
getUrl()
Get URL of the relay.
public
getUrl() : string
Return values
stringsend()
Sends the message to the relay.
public
send() : CommandResultInterface
Return values
CommandResultInterfacesetMessage()
Set message that will be sent to the relay.
public
setMessage(MessageInterface $message) : void
Parameters
- $message : MessageInterface
setUrl()
Set URL of the relay.
public
setUrl(string $url) : void
Parameters
- $url : string