builder

fun builder(strategyName: String = "graphStrategy"): GraphStrategyBuilder(source)

Creates a new instance of the GraphStrategyBuilder for constructing graph processing strategies.

This builder serves as the entry point for configuring a graph strategy with an optional strategy name. It allows for detailed customization of the graph processing logic, including specifying the input type of the graph when chaining additional configurations.

Return

A new instance of GraphStrategyBuilder initialized with the specified or default strategy name.

Parameters

strategyName

The name of the graph strategy being constructed. Defaults to "graphStrategy".