接口 McpHttpServerStatusListener<T>

所有已知实现类:
DefaultMcpSyncHttpServerStatusListener

public interface McpHttpServerStatusListener<T>
  • 方法概要

    修饰符和类型
    方法
    说明
    void
    onError(T mcpServer, Throwable throwable)
     
    void
    onStarted(T mcpServer)
     
    void
    onStopped(T mcpServer)
     
  • 方法详细资料

    • onStarted

      void onStarted(T mcpServer)
    • onStopped

      void onStopped(T mcpServer)
    • onError

      void onError(T mcpServer, Throwable throwable)