public class StreamsConfigurationForTesting
extends StreamsConfiguration
| Constructor and Description |
|---|
StreamsConfigurationForTesting() |
StreamsConfigurationForTesting(ComponentConfiguration componentOne,
ComponentConfiguration componentTwo) |
| Modifier and Type | Method and Description |
|---|---|
ComponentConfiguration |
getComponentOne() |
ComponentConfiguration |
getComponentTwo() |
void |
setComponentOne(ComponentConfiguration componentOne) |
void |
setComponentTwo(ComponentConfiguration componentTwo) |
public StreamsConfigurationForTesting()
public StreamsConfigurationForTesting(ComponentConfiguration componentOne,
ComponentConfiguration componentTwo)
@BeanProperty(value="componentOne") public ComponentConfiguration getComponentOne()
@BeanProperty(value="componentOne") public void setComponentOne(ComponentConfiguration componentOne)
@BeanProperty(value="componentTwo") public ComponentConfiguration getComponentTwo()
@BeanProperty(value="componentTwo") public void setComponentTwo(ComponentConfiguration componentTwo)
Copyright © 2018 The Apache Software Foundation. All rights reserved.