-
Notifications
You must be signed in to change notification settings - Fork 37
API Reference
Ab Reitsma edited this page Aug 27, 2019
·
14 revisions
The amqp-ts API uses the following 3 classes:
- constructor
- close
- declareExchange
- declareQueue
- declareTopology
- completeConfiguration
- deleteConfiguration
- initialized
- constructor
- delete
- close
- bind
- unbind
- send
- rpc
- consumerQueueName
- activateConsumer
- stopConsumer
- initialized
- publish Deprecated, use [send](Exchange class#send) instead!
- startConsumer Deprecated, use [activateConsumer](Exchange class#activateConsumer) instead!
- constructor
- delete
- close
- bind
- unbind
- send
- rpc
- activateConsumer
- stopConsumer
- prefetch
- recover
- initialized
- publish Deprecated, use [send](Queue class#send) instead!
- startConsumer Deprecated, use [activateConsumer](Queue class#activateConsumer) instead!