amqp
AMQP Administration Shell.
Also works for non-AMQP transports (but not ones that
store declarations in memory).
def amqp(
ctx: click.Context
) - > null
AMQP Administration Shell.
Also works for non-AMQP transports (but not ones that store declarations in memory).
Parameters
| Name | Type | Description |
|---|---|---|
| ctx | click.Context | The Click context object used to store and share state between commands in the CLI hierarchy. |
Returns
| Type | Description |
|---|---|
null | Does not return a value; initializes the AMQPContext for the command group context. |