Class Settings.LifeCycleHookSettings
java.lang.Object
org.apache.tinkerpop.gremlin.server.Settings.LifeCycleHookSettings
- Enclosing class:
- Settings
Settings for a Java-based
LifeCycleHook configured in the server YAML.-
Field Summary
FieldsModifier and TypeFieldDescriptionThe fully qualified class name of theLifeCycleHookimplementation.Optional configuration passed toLifeCycleHook.init(java.util.Map). -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
className
The fully qualified class name of theLifeCycleHookimplementation. -
config
Optional configuration passed toLifeCycleHook.init(java.util.Map).
-
-
Constructor Details
-
LifeCycleHookSettings
public LifeCycleHookSettings()
-