Uses of Class
ch.psi.wica.model.stream.WicaStreamId
Packages that use WicaStreamId
Package
Description
Classes providing support for the low-level infrastructure that underpins a wica stream.
Domain classes providing support for the abstractions associated with a wica stream.
Classes providing support for the high level services associated with a wica stream.
-
Uses of WicaStreamId in ch.psi.wica.infrastructure.stream
Methods in ch.psi.wica.infrastructure.stream with parameters of type WicaStreamIdModifier and TypeMethodDescriptionorg.springframework.http.codec.ServerSentEvent
<String> WicaStreamServerSentEventBuilder.build
(WicaStreamId id, String dataString) Returns a Wica ServerSent Event customised with the supplied WicaStream id and String data payload.WicaStreamBuilder.withId
(WicaStreamId wicaStreamId) -
Uses of WicaStreamId in ch.psi.wica.model.stream
Methods in ch.psi.wica.model.stream that return WicaStreamIdModifier and TypeMethodDescriptionstatic WicaStreamId
WicaStreamId.createNext()
WicaStream.getWicaStreamId()
Returns the stream's id.static WicaStreamId
Constructors in ch.psi.wica.model.stream with parameters of type WicaStreamIdModifierConstructorDescriptionWicaStream
(WicaStreamId wicaStreamId, WicaStreamProperties wicaStreamProperties, Set<WicaChannel> wicaChannels) Constructs a new stream for the specified channels with the specified stream properties. -
Uses of WicaStreamId in ch.psi.wica.services.stream
Methods in ch.psi.wica.services.stream with parameters of type WicaStreamIdModifier and TypeMethodDescriptionvoid
WicaStreamLifecycleService.delete
(WicaStreamId wicaStreamId) Deletes the wica stream with the specified ID.reactor.core.publisher.Flux
<org.springframework.http.codec.ServerSentEvent<String>> WicaStreamLifecycleService.getFlux
(WicaStreamId wicaStreamId) Gets the publication flux for the stream with the specified id.boolean
WicaStreamLifecycleService.isKnown
(WicaStreamId wicaStreamId) Returns an flag saying whether the specified id is recognised within the system.void
WicaStreamLifecycleService.restartMonitoring
(WicaStreamId wicaStreamId) Restarts the control system monitoring on the wica stream with the specified ID.void
WicaStreamLifecycleService.restartPolling
(WicaStreamId wicaStreamId) Restarts the control system polling on the wica stream with the specified ID.