Interface ConsoleCustomizer

  • All Superinterfaces:
    Customizer

    public interface ConsoleCustomizer
    extends Customizer
    A Customizer that allows a RemoteAcceptor to be used with a console implementation. Only one ConsoleCustomizer can be added to a particular GremlinPlugin.
    Author:
    Stephen Mallette (http://stephen.genoprime.com)
    • Method Detail

      • getRemoteAcceptor

        RemoteAcceptor getRemoteAcceptor​(GremlinShellEnvironment environment)
        Allows a plugin to utilize features of the :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.