Skip to content

StepSchemaResolver

Handlers

StepSchemaResolver defines HANDLERS registry of ExecutionSteps and their handlers.

ExecutionStep Handler
StreamSelectKeyV1 handleStreamSelectKeyV1
others

Resolving LogicalSchema

LogicalSchema resolve(
  ExecutionStep<?> step,
  LogicalSchema schema)

resolve executes the handler of the given ExecutionStep (in the HANDLERS) registry.


resolve is used when: