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.Classes in org.springframework.http.codec.multipart that implement interfaces with type arguments of type PartEventMethods 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 PartEvent