Interface GraphBroadcastRunnable


  • public interface GraphBroadcastRunnable
    广播接口(无返回值)
    • Method Detail

      • run

        void run​(GraphContext graphContext)
        执行广播的任务(无返回值)
        Parameters:
        graphContext - 图上下文(用于获取graph和logger)