Uses of Class
de.mirkosertic.flightrecorderstarter.core.StartRecordingCommand
-
Packages that use StartRecordingCommand Package Description de.mirkosertic.flightrecorderstarter.actuator de.mirkosertic.flightrecorderstarter.core de.mirkosertic.flightrecorderstarter.trigger -
-
Uses of StartRecordingCommand in de.mirkosertic.flightrecorderstarter.actuator
Methods in de.mirkosertic.flightrecorderstarter.actuator with parameters of type StartRecordingCommand Modifier and Type Method Description org.springframework.http.ResponseEntity<?>FlightRecorderEndpoint. startRecording(StartRecordingCommand command)Method parameters in de.mirkosertic.flightrecorderstarter.actuator with type arguments of type StartRecordingCommand Modifier and Type Method Description reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<?>>ReactiveFlightRecorderEndpoint. startRecording(reactor.core.publisher.Mono<StartRecordingCommand> commandInput, org.springframework.web.server.ServerWebExchange serverWebExchange)Start recording mono. -
Uses of StartRecordingCommand in de.mirkosertic.flightrecorderstarter.core
Methods in de.mirkosertic.flightrecorderstarter.core with parameters of type StartRecordingCommand Modifier and Type Method Description longFlightRecorder. newRecording(StartRecordingCommand command)voidFlightRecorder. setRecordingOptions(long recordingId, StartRecordingCommand command, File filename)longFlightRecorder. startRecordingFor(StartRecordingCommand command) -
Uses of StartRecordingCommand in de.mirkosertic.flightrecorderstarter.trigger
Methods in de.mirkosertic.flightrecorderstarter.trigger that return StartRecordingCommand Modifier and Type Method Description StartRecordingCommandTrigger. getStartRecordingCommand()Methods in de.mirkosertic.flightrecorderstarter.trigger with parameters of type StartRecordingCommand Modifier and Type Method Description voidTrigger. setStartRecordingCommand(StartRecordingCommand startRecordingCommand)
-