模块 org.redkale

接口 Service

    • 方法概要

      所有方法 实例方法 默认方法 
      修饰符和类型 方法 说明
      default void destroy​(AnyValue config)
      进程退出时,调用Service销毁 远程模式下该方法会重载成空方法 注意: 在此方法内不能调用MessageClient.sendMessage 方法,因为Application关闭时会先destroy掉MessageClient
      default void init​(AnyValue config)
      该方法必须是可以重复调用, 当reload时需要重复调用init方法 远程模式下该方法会重载成空方法
    • 方法详细资料

      • init

        default void init​(AnyValue config)
        该方法必须是可以重复调用, 当reload时需要重复调用init方法 远程模式下该方法会重载成空方法
        参数:
        config - 配置参数
      • destroy

        default void destroy​(AnyValue config)
        进程退出时,调用Service销毁 远程模式下该方法会重载成空方法 注意: 在此方法内不能调用MessageClient.sendMessage 方法,因为Application关闭时会先destroy掉MessageClient
        参数:
        config - 配置参数