类的使用
com.firefly.example.reactive.coffee.store.vo.ProductBuyRequest
-
使用ProductBuyRequest的程序包 程序包 说明 com.firefly.example.reactive.coffee.store.service com.firefly.example.reactive.coffee.store.service.impl -
-
com.firefly.example.reactive.coffee.store.service中ProductBuyRequest的使用
参数类型为ProductBuyRequest的com.firefly.example.reactive.coffee.store.service中的方法 修饰符和类型 方法 说明 reactor.core.publisher.Mono<Boolean>OrderService. buy(ProductBuyRequest request) -
com.firefly.example.reactive.coffee.store.service.impl中ProductBuyRequest的使用
参数类型为ProductBuyRequest的com.firefly.example.reactive.coffee.store.service.impl中的方法 修饰符和类型 方法 说明 reactor.core.publisher.Mono<Boolean>OrderServiceImpl. buy(ProductBuyRequest request)
-