Uses of Class
de.mirkosertic.flightrecorderstarter.core.StartRecordingCommand
Packages that use StartRecordingCommand
Package
Description
-
Uses of StartRecordingCommand in de.mirkosertic.flightrecorderstarter.actuator
Methods in de.mirkosertic.flightrecorderstarter.actuator with parameters of type StartRecordingCommandModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<?>FlightRecorderEndpoint.startRecording(StartRecordingCommand command) Method parameters in de.mirkosertic.flightrecorderstarter.actuator with type arguments of type StartRecordingCommandModifier and TypeMethodDescriptionreactor.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 StartRecordingCommandModifier and TypeMethodDescriptionlongFlightRecorder.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 StartRecordingCommandMethods in de.mirkosertic.flightrecorderstarter.trigger with parameters of type StartRecordingCommandModifier and TypeMethodDescriptionvoidTrigger.setStartRecordingCommand(StartRecordingCommand startRecordingCommand)