Skip to content

ConfiguredKsqlPlan

ConfiguredKsqlPlan is a KsqlPlan with a SessionConfig.

Creating Instance

ConfiguredKsqlPlan takes the following to be created:

ConfiguredKsqlPlan is created using of utility.

of

ConfiguredKsqlPlan of(
  KsqlPlan plan,
  SessionConfig config
)

of creates a ConfiguredKsqlPlan.


of is used when: