Uses of Class
ch.psi.wica.model.channel.WicaChannelProperties
Packages that use WicaChannelProperties
Package
Description
Classes providing support for the low-level infrastructure that underpins a wica channel.
Classes providing support for the low-level infrastructure that underpins a wica stream.
Domain classes providing support for the abstractions associated with a wica channel.
-
Uses of WicaChannelProperties in ch.psi.wica.infrastructure.channel
Methods in ch.psi.wica.infrastructure.channel that return WicaChannelPropertiesMethods in ch.psi.wica.infrastructure.channel with parameters of type WicaChannelPropertiesModifier and TypeMethodDescriptionWicaChannelBuilder.withChannelNameAndProperties(String wicaChannelName, WicaChannelProperties wicaChannelProperties) Creates a new WicaChannelBuilder instance with the specified channel name and properties.WicaChannelPropertiesBuilder.withChannelProperties(WicaChannelProperties wicaChannelProperties) -
Uses of WicaChannelProperties in ch.psi.wica.infrastructure.stream
Subclasses of WicaChannelProperties in ch.psi.wica.infrastructure.streamModifier and TypeClassDescriptionstatic classWicaChannelPropertiesDeserializerMixinstatic classWicaChannelPropertiesSerializerMixinMethods in ch.psi.wica.infrastructure.stream that return WicaChannelPropertiesModifier and TypeMethodDescriptionabstract WicaChannelPropertiesWicaStreamSerializer.WicaChannelSerializerMixin.getProperties()Methods in ch.psi.wica.infrastructure.stream with parameters of type WicaChannelPropertiesModifier and TypeMethodDescriptionWicaStreamBuilder.withChannelNameAndCombinedProperties(String wicaChannelName, WicaChannelProperties wicaChannelProperties) Constructors in ch.psi.wica.infrastructure.stream with parameters of type WicaChannelPropertiesModifierConstructorDescriptionWicaChannelDeserializerMixin(WicaChannelName wicaChannelName, WicaChannelProperties wicaChannelProperties) -
Uses of WicaChannelProperties in ch.psi.wica.model.channel
Methods in ch.psi.wica.model.channel that return WicaChannelPropertiesConstructors in ch.psi.wica.model.channel with parameters of type WicaChannelPropertiesModifierConstructorDescriptionWicaChannel(WicaChannelName wicaChannelName, WicaChannelProperties wicaChannelProperties) Create a new WicaChannel with the specified name and properties.