The AMQPChannel class

(Ingen versionsoplysninger tilgængelige, findes måske kun i SVN)

Introduktion

Represents a channel on an connection. Each connection can have multiple channels.

Klasse synopsis

AMQPChannel {
/* Metoder */
public void commitTransaction ( void )
__construct ( AMQPConnection $amqp_connection )
public void isConnected ( void )
public void qos ( int $size , int $count )
public void rollbackTransaction ( void )
public void setPrefetchCount ( int $count )
public void setPrefetchSize ( int $size )
public void startTransaction ( void )
}

Indholdsfortegnelse

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top