Interface GraphBroadcastRunnable

  • All Superinterfaces:
    java.io.Serializable

    public interface GraphBroadcastRunnable
    extends java.io.Serializable
    广播接口(无返回值)
    • Method Detail

      • run

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