Uses of Class
ch.psi.wica.infrastructure.stream.WicaStreamBuilder
Packages that use WicaStreamBuilder
Package
Description
Classes providing support for the low-level infrastructure that underpins a wica stream.
-
Uses of WicaStreamBuilder in ch.psi.wica.infrastructure.stream
Methods in ch.psi.wica.infrastructure.stream that return WicaStreamBuilderModifier and TypeMethodDescriptionstatic WicaStreamBuilderWicaStreamBuilder.create()WicaStreamBuilder.withChannel(WicaChannel wicaChannel) WicaStreamBuilder.withChannelNameAndCombinedProperties(String wicaChannelName, WicaChannelProperties wicaChannelProperties) WicaStreamBuilder.withChannelNameAndDefaultProperties(String wicaChannelName) WicaStreamBuilder.withChannelNameAndStreamProperties(String wicaChannelName) WicaStreamBuilder.withChannels(Set<WicaChannel> wicaChannels) WicaStreamBuilder.withDefaultStreamProperties()WicaStreamBuilder.withId(WicaStreamId wicaStreamId) WicaStreamBuilder.withStreamProperties(WicaStreamProperties wicaStreamProperties)