public class StreamBuildResult extends Object
Modifier and Type | Field and Description |
---|---|
List<StreamAppUtils.ShutdownHandler> |
shutdownHandlers |
List<TopicCreation> |
topicCreations |
java.util.function.Supplier<org.apache.kafka.streams.Topology> |
topologySupplier |
Constructor and Description |
---|
StreamBuildResult() |
public final List<TopicCreation> topicCreations
public final java.util.function.Supplier<org.apache.kafka.streams.Topology> topologySupplier
public final List<StreamAppUtils.ShutdownHandler> shutdownHandlers
Copyright © 2019. All rights reserved.