Class ApiRouterHandler

java.lang.Object
org.aoju.bus.goalie.handler.ApiRouterHandler

public class ApiRouterHandler extends Object
router handler
Since:
Java 17+
Author:
Justubborn
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    reactor.core.publisher.Mono<org.springframework.web.reactive.function.server.ServerResponse>
    handle(org.springframework.web.reactive.function.server.ServerRequest request)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ApiRouterHandler

      public ApiRouterHandler()
  • Method Details

    • handle

      @NonNull public reactor.core.publisher.Mono<org.springframework.web.reactive.function.server.ServerResponse> handle(org.springframework.web.reactive.function.server.ServerRequest request)