类 MainPageHandler
- java.lang.Object
-
- com.firefly.example.reactive.coffee.store.router.impl.biz.MainPageHandler
-
- 所有已实现的接口:
com.firefly.server.http2.router.Handler
@Component("mainPageHandler") public class MainPageHandler extends Object implements com.firefly.server.http2.router.Handler- 作者:
- Pengtao Qiu
-
-
构造器概要
构造器 构造器 说明 MainPageHandler()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 voidhandle(com.firefly.server.http2.router.RoutingContext ctx)reactor.core.publisher.Mono<MainPage>listProducts(com.firefly.server.http2.router.RoutingContext ctx)ProductQuerytoProductQuery(com.firefly.server.http2.router.RoutingContext ctx)
-
-
-
方法详细资料
-
handle
public void handle(com.firefly.server.http2.router.RoutingContext ctx)
- 指定者:
handle在接口中com.firefly.server.http2.router.Handler
-
toProductQuery
public ProductQuery toProductQuery(com.firefly.server.http2.router.RoutingContext ctx)
-
listProducts
public reactor.core.publisher.Mono<MainPage> listProducts(com.firefly.server.http2.router.RoutingContext ctx)
-
-