Package com.graphdbapi
Interface GraphBroadcastCallable<V>
-
public interface GraphBroadcastCallable<V>
广播接口(有返回值)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description V
call(GraphContext graphContext)
执行广播的任务(有返回值)
-
-
-
Method Detail
-
call
V call(GraphContext graphContext)
执行广播的任务(有返回值)- Parameters:
graphContext
- 图上下文(用于获取graph和logger)- Returns:
- 返回的结果
-
-