Java org.springframework.kafka.config StreamsBuilderFactoryBean fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.kafka.config StreamsBuilderFactoryBean fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.kafka.config StreamsBuilderFactoryBean.

The text is from its open source code.

Constructor

StreamsBuilderFactoryBean(StreamsConfig streamsConfig)
Construct an instance with the supplied streams configuration.
StreamsBuilderFactoryBean(Map streamsConfig)
Construct an instance with the supplied streams configuration.
StreamsBuilderFactoryBean(KafkaStreamsConfiguration streamsConfig)
Construct an instance with the supplied streams configuration.

Method

ClassgetClass()
Returns the runtime class of this Object .
voidsetAutoStartup(boolean autoStartup)