Package ch.psi.wica.services.stream
Class WicaStreamMetadataCollectorService
java.lang.Object
ch.psi.wica.services.stream.WicaStreamMetadataCollectorService
Provides a service which listens and buffers metadata update events
received via the Spring event listening service making them available
as a service to the rest of the application.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionclass
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionget
(WicaStream wicaStream, LocalDateTime since) Returns a map of any channels in the specified wica stream whose metadata has changed since the specified date.
-
Constructor Details
-
WicaStreamMetadataCollectorService
public WicaStreamMetadataCollectorService()Constructs a new instance.
-
-
Method Details
-
get
Returns a map of any channels in the specified wica stream whose metadata has changed since the specified date.- Parameters:
wicaStream
- the streamsince
- the time and date used for comparison.- Returns:
- the map.
-