Interface Lifecycle

All Known Implementing Classes:
AbstractLogReport, ClientRegister, SnailEndPointRegistrar, SnailGrpcServer, SnailJobGrpcClient, SyncRemoteConfig

public interface Lifecycle
组件生命周期
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    关闭组件
    void
    启动组件
  • Method Details

    • start

      void start()
      启动组件
    • close

      void close()
      关闭组件