Interface GraphBroadcastCallable<V>

  • All Superinterfaces:
    java.io.Serializable

    public interface GraphBroadcastCallable<V>
    extends java.io.Serializable
    广播接口(有返回值)
    • Method Detail

      • call

        V call​(GraphContext graphContext)
        执行广播的任务(有返回值)
        Parameters:
        graphContext - 图上下文(用于获取graph和logger)
        Returns:
        返回的结果