@midwayjs/rabbitmqInterfacesIRabbitMQApplication版本:Next本页总览IRabbitMQApplication 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>