Class EventLocalClient
java.lang.Object
gov.llnl.gnem.apps.coda.calibration.standalone.data.client.EventLocalClient
- All Implemented Interfaces:
EventClient
-
Constructor Summary
ConstructorsConstructorDescriptionEventLocalClient(ReferenceMwParametersService refEventService, ValidationMwParametersService valEventService, MeasuredMwsService measureService, CalibrationService calService, WaveformService waveformService) -
Method Summary
Modifier and TypeMethodDescriptionreactor.core.publisher.Mono<Event>reactor.core.publisher.Flux<MeasuredMwDetails>reactor.core.publisher.Flux<MeasuredMwParameters>reactor.core.publisher.Flux<ReferenceMwParameters>reactor.core.publisher.Flux<String>reactor.core.publisher.Flux<ValidationMwParameters>reactor.core.publisher.Mono<String>postReferenceEvents(List<ReferenceMwParameters> refEvents) reactor.core.publisher.Mono<String>postValidationEvents(List<ValidationMwParameters> valEvents) reactor.core.publisher.Mono<Void>removeReferenceEventsByEventId(List<String> evids) reactor.core.publisher.Mono<Void>reactor.core.publisher.Flux<String>
-
Constructor Details
-
EventLocalClient
@Autowired public EventLocalClient(ReferenceMwParametersService refEventService, ValidationMwParametersService valEventService, MeasuredMwsService measureService, CalibrationService calService, WaveformService waveformService)
-
-
Method Details
-
getReferenceEvents
- Specified by:
getReferenceEventsin interfaceEventClient
-
postReferenceEvents
public reactor.core.publisher.Mono<String> postReferenceEvents(List<ReferenceMwParameters> refEvents) throws com.fasterxml.jackson.core.JsonProcessingException - Specified by:
postReferenceEventsin interfaceEventClient- Throws:
com.fasterxml.jackson.core.JsonProcessingException
-
removeReferenceEventsByEventId
- Specified by:
removeReferenceEventsByEventIdin interfaceEventClient
-
getValidationEvents
- Specified by:
getValidationEventsin interfaceEventClient
-
postValidationEvents
public reactor.core.publisher.Mono<String> postValidationEvents(List<ValidationMwParameters> valEvents) throws com.fasterxml.jackson.core.JsonProcessingException - Specified by:
postValidationEventsin interfaceEventClient- Throws:
com.fasterxml.jackson.core.JsonProcessingException
-
removeValidationEventsByEventId
- Specified by:
removeValidationEventsByEventIdin interfaceEventClient
-
toggleValidationEventsByEventId
- Specified by:
toggleValidationEventsByEventIdin interfaceEventClient
-
getMeasuredEvents
- Specified by:
getMeasuredEventsin interfaceEventClient
-
getEvent
- Specified by:
getEventin interfaceEventClient
-
getMeasuredEventDetails
- Specified by:
getMeasuredEventDetailsin interfaceEventClient
-
getUniqueEventIds
- Specified by:
getUniqueEventIdsin interfaceEventClient
-