Class ApiUtil


  • public class ApiUtil
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      ApiUtil()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static reactor.core.publisher.Mono<java.lang.Void> getExampleResponse​(org.springframework.web.server.ServerWebExchange exchange, java.lang.String example)  
      • Methods inherited from class java.lang.Object

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

      • ApiUtil

        public ApiUtil()
    • Method Detail

      • getExampleResponse

        public static reactor.core.publisher.Mono<java.lang.Void> getExampleResponse​(org.springframework.web.server.ServerWebExchange exchange,
                                                                                     java.lang.String example)