@midwayjs/rabbitmqInterfacesIRabbitMQApplicationVersion: NextOn this pageIRabbitMQApplication Index MethodscloseconnectcreateChannelcreateConsumerMethods closeclose(): Promise<void>connectconnect(...args: any[]): Promise<void>createChannelcreateChannel(): Promise<Channel | ConfirmChannel>createConsumercreateConsumer(listenerOptions: RabbitMQListenerOptions, listenerCallback: (msg: ConsumeMessage, channel: Channel, channelWrapper: any) => Promise<void>): Promise<void>