public interface ConsoleCustomizer extends Customizer
Customizer
that allows a RemoteAcceptor
to be used with a console implementation. Only one
ConsoleCustomizer
can be added to a particular GremlinPlugin
.Modifier and Type | Method and Description |
---|---|
RemoteAcceptor |
getRemoteAcceptor(GremlinShellEnvironment environment)
Allows a plugin to utilize features of the
:remote and :submit commands of the Gremlin Console. |
RemoteAcceptor getRemoteAcceptor(GremlinShellEnvironment environment)
:remote
and :submit
commands of the Gremlin Console.
This method does not need to be implemented if the plugin is not meant for the Console for some reason or
if it does not intend to take advantage of those commands.Copyright © 2013–2018 Apache Software Foundation. All rights reserved.