Class MessageScope.Global

java.lang.Object
org.apache.tinkerpop.gremlin.process.computer.MessageScope
org.apache.tinkerpop.gremlin.process.computer.MessageScope.Global
Enclosing class:
MessageScope

public static final class MessageScope.Global extends MessageScope
A Global message is directed at an arbitrary vertex in the graph. The recipient vertex need not be adjacent to the sending vertex. This message scope should be avoided if a MessageScope.Local can be used.