public interface Configuring extends Parameterizing
Step
as one that can accept configurations via the GraphTraversal.with(String, Object)
step modulator. The nature of the configuration allowed is specific to the implementation.Modifier and Type | Method and Description |
---|---|
void |
configure(Object... keyValues)
Accept a configuration to the
Step . |
getParameters
void configure(Object... keyValues)
Step
. Note that this interface extends Parameterizing
and so
there is an expectation that the Step
implementation will have a Parameters
instance that will
house any values passed to this method. Storing these configurations in Parameters
is not a requirement
however, IF the configuration is an expected option for the step and can be stored on a member field that can
be accessed on the step by more direct means (i.e. like a getter method).Copyright © 2013–2020 Apache Software Foundation. All rights reserved.