类 SchedulingReceiveService
java.lang.Object
io.github.mangocrisp.spring.taybct.module.scheduling.mq.SchedulingReceiveService
@AutoConfiguration
@ConditionalOnClass(org.springframework.amqp.rabbit.core.RabbitTemplate.class)
public class SchedulingReceiveService
extends Object
接收任务调度日志
- 从以下版本开始:
- 2024/9/1 03:51
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明void
apiLogResults
(org.springframework.amqp.core.Message message, com.rabbitmq.client.Channel channel) 从 mq 读取消息
-
字段详细资料
-
scheduledLogService
-
-
构造器详细资料
-
SchedulingReceiveService
public SchedulingReceiveService()
-
-
方法详细资料
-
apiLogResults
@RabbitHandler @RabbitListener(bindings=, ackMode="MANUAL") public void apiLogResults(org.springframework.amqp.core.Message message, com.rabbitmq.client.Channel channel) throws IOException 从 mq 读取消息- 参数:
message
- 消息体channel
- 通道- 抛出:
IOException
- 从以下版本开始:
- 2024/9/1 03:51
-