Interface StreamsExecutionEnvironment<T extends StreamsExecutionEnvironment<T>>

  • All Superinterfaces:
    HasName
    All Known Implementing Classes:
    LocalStreamsExecutionEnvironment

    public interface StreamsExecutionEnvironment<T extends StreamsExecutionEnvironment<T>>
    extends HasName
    A StreamsExecutionEnvironment manages the execution and the lifecycle of one or many KafkaStreams instances that run either locally or remotely.
    See Also:
    KafkaStreamsContainer