PHP Interface AppserverIo\Appserver\Core\Api\Node\MessageQueueNodeInterface

Inheritance: extends AppserverIo\Configuration\Interfaces\NodeInterface
Show file Open project: appserver-io/appserver Interface Usage Examples

Public Methods

Method Description
getDestination ( ) : AppserverIo\Appserver\Core\Api\Node\ValueNode Return's the message queue's destination information.
getType ( ) : string | null Return's the message queue's receiver type.

Method Details

getDestination() public method

Return's the message queue's destination information.
public getDestination ( ) : AppserverIo\Appserver\Core\Api\Node\ValueNode
return AppserverIo\Appserver\Core\Api\Node\ValueNode The message queue destination information

getType() public method

Return's the message queue's receiver type.
public getType ( ) : string | null
return string | null The receiver type