Uses of Class
ch.psi.wica.model.stream.WicaStream
Packages that use WicaStream
Package
Description
Classes providing support for the low-level infrastructure that underpins a wica stream.
Classes providing support for the high level services associated with a wica stream.
-
Uses of WicaStream in ch.psi.wica.infrastructure.stream
Subclasses of WicaStream in ch.psi.wica.infrastructure.streamModifier and TypeClassDescriptionstatic class
WicaStreamDeserializerMixinstatic class
WicaStreamSerializerMixinMethods in ch.psi.wica.infrastructure.stream that return WicaStream -
Uses of WicaStream in ch.psi.wica.services.stream
Methods in ch.psi.wica.services.stream that return WicaStreamModifier and TypeMethodDescriptionCreates and returns an active wica stream based on the supplied JSON stream configuration string.WicaStreamServerSentEventPublisher.getStream()
Returns this publisher's stream.Methods in ch.psi.wica.services.stream with parameters of type WicaStreamModifier and TypeMethodDescriptionWicaStreamMetadataCollectorService.get
(WicaStream wicaStream, LocalDateTime since) Returns a map of any channels in the specified wica stream whose metadata has changed since the specified date.WicaStreamMonitoredValueCollectorService.get
(WicaStream wicaStream, LocalDateTime since) WicaStreamPolledValueCollectorService.get
(WicaStream wicaStream, LocalDateTime since) (package private) Map
<WicaChannel, List<WicaChannelValue>> WicaStreamMonitoredValueCollectorService.getLatest
(WicaStream wicaStream) (package private) Map
<WicaChannel, List<WicaChannelValue>> WicaStreamPolledValueCollectorService.getLatest
(WicaStream wicaStream) (package private) void
WicaStreamMonitoredValueRequesterService.restartMonitoring
(WicaStream wicaStream) Restarts the control system monitoring of the channels in the specified stream.(package private) void
WicaStreamPolledValueRequesterService.restartPolling
(WicaStream wicaStream) Restarts the control system polling of the channels in the specified stream.(package private) void
WicaStreamMetadataRequesterService.startDataAcquisition
(WicaStream wicaStream) Starts metadata data acquisition for the channels in the specified stream.(package private) void
WicaStreamMonitoredValueRequesterService.startMonitoring
(WicaStream wicaStream) Starts monitoring the channels in the specified stream.(package private) void
WicaStreamPolledValueRequesterService.startPolling
(WicaStream wicaStream) Starts polling operations on the specified stream.(package private) void
WicaStreamMetadataRequesterService.stopDataAcquisition
(WicaStream wicaStream) Stops for the channels in the specified stream.(package private) void
WicaStreamMonitoredValueRequesterService.stopMonitoring
(WicaStream wicaStream) Stops monitoring the channels in the specified stream.(package private) void
WicaStreamPolledValueRequesterService.stopPolling
(WicaStream wicaStream) Stops polling operations on the specified stream.Constructors in ch.psi.wica.services.stream with parameters of type WicaStreamModifierConstructorDescription(package private)
WicaStreamServerSentEventPublisher
(WicaStream wicaStream, WicaStreamMetadataCollectorService wicaStreamMetadataCollectorService, WicaStreamMonitoredValueCollectorService wicaStreamMonitoredValueCollectorService, WicaStreamPolledValueCollectorService wicaStreamPolledValueCollectorService, WicaChannelMetadataMapSerializerService wicaChannelMetadataMapSerializerService, WicaChannelValueMapSerializerService wicaChannelValueMapSerializerService) Create a new publisher with the capability to create a flux with the specified SSE ID and which uses the specified SSE Builder to transform information dynamically retrieved from the message payload supplied.