Uses of Class
net.officefloor.tutorial.springwebfluxhttpserver.RequestModel
-
Packages that use RequestModel Package Description net.officefloor.tutorial.springwebfluxhttpserver net.officefloor.tutorial.springwebfluxhttpserver.migrated -
-
Uses of RequestModel in net.officefloor.tutorial.springwebfluxhttpserver
Methods in net.officefloor.tutorial.springwebfluxhttpserver with parameters of type RequestModel Modifier and Type Method Description reactor.core.publisher.Flux<ResponseModel>
SpringRestController. post(RequestModel request)
-
Uses of RequestModel in net.officefloor.tutorial.springwebfluxhttpserver.migrated
Methods in net.officefloor.tutorial.springwebfluxhttpserver.migrated with parameters of type RequestModel Modifier and Type Method Description reactor.core.publisher.Mono<ResponseModel>
MigratedRestController. post(RequestModel request)
-