Uses of Class
ch.psi.wica.infrastructure.channel.WicaChannelBuilder
Packages that use WicaChannelBuilder
Package
Description
Classes providing support for the low-level infrastructure that underpins a wica channel.
-
Uses of WicaChannelBuilder in ch.psi.wica.infrastructure.channel
Methods in ch.psi.wica.infrastructure.channel that return WicaChannelBuilderModifier and TypeMethodDescriptionstatic WicaChannelBuilder
WicaChannelBuilder.create()
Creates a new WicaChannelBuilder instance ready for further customisations.WicaChannelBuilder.withChannelNameAndDefaultProperties
(String wicaChannelName) Creates a new WicaChannelBuilder instance with the specified channel name and default properties.WicaChannelBuilder.withChannelNameAndEmptyProperties
(String wicaChannelName) Creates a new WicaChannelBuilder instance with the specified channel name and empty properties.WicaChannelBuilder.withChannelNameAndProperties
(String wicaChannelName, WicaChannelProperties wicaChannelProperties) Creates a new WicaChannelBuilder instance with the specified channel name and properties.