Interface ConfigExecutionContext<K>

Type Parameters:
K - the type of data keys used in the configuration.
All Known Implementing Classes:
BasicConfigExecutionContext

public interface ConfigExecutionContext<K>
Interface defining the execution context for configuration operations. Allows developers to implement custom execution logic while maintaining a fluent API.