The AMQPConnection class

Introduction

Represents a connection to an AMQP broker.

Class synopsis

AMQPConnection {
/* Methods */
public boolean connect ( void )
__construct ([ array $credentials = array() ] )
public boolean disconnect ( void )
public void isConnected ( void )
public boolean reconnect ( void )
public void setHost ( string $host )
public void setLogin ( string $login )
public void setPassword ( string $password )
public void setPort ( int $port )
}

Table of Contents


Copyright © 2010-2024 Platon Technologies, s.r.o.           Index | Man stránky | tLDP | Dokumenty | Utilitky | O projekte
Design by styleshout