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

Inheritance: extends AppserverIo\Configuration\Interfaces\NodeInterface
Afficher le fichier Open project: appserver-io/appserver Interface Usage Examples

Méthodes publiques

Méthode 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 méthode

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

getType() public méthode

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