Interfaces
\MAKS\AmqpAgent\RPC
| Name | Description |
|---|---|
| AbstractEndpointInterface | An interface defining the basic methods of an endpoint. |
| ClientEndpointInterface | An interface defining the basic methods of a client. |
| ServerEndpointInterface | An interface defining the basic methods of a server. |
\MAKS\AmqpAgent\Worker
| Name | Description |
|---|---|
| AbstractWorkerInterface | An interface defining the basic methods of a worker. |
| ConsumerInterface | An interface defining the basic methods of a consumer. |
| PublisherInterface | An interface defining the basic methods of a publisher. |
| WorkerFacilitationInterface | An interface defining the simplest API to operate a worker. |