public interface OutputChannelBuilder
| Modifier and Type | Method and Description |
|---|---|
OutputChannelBuilder |
addLabel(java.lang.String label) |
OutputChannelBuilder |
addLabels(java.util.List<java.lang.String> label) |
OutputChannelWriter |
build() |
OutputChannelBuilder |
setEnabled(boolean isEnabled) |
OutputChannelBuilder |
setId(java.lang.String id) |
OutputChannelBuilder |
setInitialValueRecord(ValueRecord valueRecord) |
OutputChannelBuilder |
setSchema(simudyne.core.schema.SchemaRecord schema)
The schema defines the structure of an individual data record sent to the channel.
|
OutputChannelBuilder setId(java.lang.String id)
OutputChannelBuilder addLabel(java.lang.String label)
OutputChannelBuilder addLabels(java.util.List<java.lang.String> label)
OutputChannelBuilder setEnabled(boolean isEnabled)
OutputChannelBuilder setSchema(simudyne.core.schema.SchemaRecord schema)
simudyne.core.schema.SchemaArray as long as the inner SchemaRecord
matches the schema set here.OutputChannelBuilder setInitialValueRecord(ValueRecord valueRecord)
OutputChannelWriter build()