Class SpectraWebClient
java.lang.Object
gov.llnl.gnem.apps.coda.calibration.gui.data.client.SpectraWebClient
- All Implemented Interfaces:
- SpectraClient
- 
Constructor SummaryConstructorsConstructorDescriptionSpectraWebClient(org.springframework.web.reactive.function.client.WebClient client) 
- 
Method SummaryModifier and TypeMethodDescriptiongetFitSpectra(String eventId) reactor.core.publisher.Flux<SpectraMeasurement>reactor.core.publisher.Flux<SpectraMeasurement>reactor.core.publisher.Flux<SpectraMeasurement>reactor.core.publisher.Mono<Spectra>getReferenceSpectra(String eventId) reactor.core.publisher.Mono<Spectra>getSpecificSpectra(double moment, double apparentStress, double start, double stop, int count) reactor.core.publisher.Mono<Spectra>getValidationSpectra(String eventId) 
- 
Constructor Details- 
SpectraWebClient@Autowired public SpectraWebClient(org.springframework.web.reactive.function.client.WebClient client) 
 
- 
- 
Method Details- 
getMeasuredSpectra- Specified by:
- getMeasuredSpectrain interface- SpectraClient
 
- 
getMeasuredSpectraMetadata- Specified by:
- getMeasuredSpectraMetadatain interface- SpectraClient
 
- 
getMeasuredSpectraMetadataByIdspublic reactor.core.publisher.Flux<SpectraMeasurement> getMeasuredSpectraMetadataByIds(List<Long> ids) - Specified by:
- getMeasuredSpectraMetadataByIdsin interface- SpectraClient
 
- 
getReferenceSpectra- Specified by:
- getReferenceSpectrain interface- SpectraClient
 
- 
getValidationSpectra- Specified by:
- getValidationSpectrain interface- SpectraClient
 
- 
getFitSpectra- Specified by:
- getFitSpectrain interface- SpectraClient
 
- 
getSpecificSpectrapublic reactor.core.publisher.Mono<Spectra> getSpecificSpectra(double moment, double apparentStress, double start, double stop, int count) - Specified by:
- getSpecificSpectrain interface- SpectraClient
 
 
-