If a view_func is provided it will be registered with the endpoint.endpoint – the endpoint for the registered URL rule.Flask itself assumes the name of the view function as endpoint
“端点”究竟是什么意思?
RabbitMQ文档异步接收消息: "The easiest way to receive a message asynchronously is to use the annotated listener endpointIn a nutshell, it allows you to expose a method of a managed bean as a Rabbit listener endpoint."@RabbitListener(queues = "myQueue")
public void proce