接口 ClusterTokenServer

所有已知子接口:
EmbeddedClusterTokenServer

public interface ClusterTokenServer
Token server interface for distributed flow control.
从以下版本开始:
1.4.0
作者:
Eric Zhao
  • 方法概要

    修饰符和类型
    方法
    说明
    void
    Start the Sentinel cluster server.
    void
    Stop the Sentinel cluster server.
  • 方法详细资料

    • start

      void start() throws Exception
      Start the Sentinel cluster server.
      抛出:
      Exception - if any error occurs
    • stop

      void stop() throws Exception
      Stop the Sentinel cluster server.
      抛出:
      Exception - if any error occurs