listHandlers()

返回当前请求处理程序的列表。

调用签名

¥Call signature

worker.listHandlers()

此方法不接受任何参数,并返回 worker 对象上存在的所有处理程序的列表。它主要用于调试和自省目的。

¥This method accepts no arguments and returns a list of all handlers present on the worker object. It’s primarily designed for debugging and introspection purposes.