Uses of Interface
org.springframework.http.codec.multipart.PartEvent
Packages that use PartEvent
-
Uses of PartEvent in org.springframework.http.codec.multipart
Subinterfaces of PartEvent in org.springframework.http.codec.multipartModifier and TypeInterfaceDescriptioninterface
Represents an event triggered for a file upload.interface
Represents an event triggered for a form field.Methods in org.springframework.http.codec.multipart that return types with arguments of type PartEventModifier and TypeMethodDescriptionreactor.core.publisher.Flux<PartEvent>
PartEventHttpMessageReader.read
(ResolvableType elementType, ReactiveHttpInputMessage message, Map<String, Object> hints) reactor.core.publisher.Mono<PartEvent>
PartEventHttpMessageReader.readMono
(ResolvableType elementType, ReactiveHttpInputMessage message, Map<String, Object> hints) Method parameters in org.springframework.http.codec.multipart with type arguments of type PartEventModifier and TypeMethodDescriptionreactor.core.publisher.Mono<Void>
PartEventHttpMessageWriter.write
(Publisher<? extends PartEvent> partDataStream, ResolvableType elementType, MediaType mediaType, ReactiveHttpOutputMessage outputMessage, Map<String, Object> hints)