Example usage for org.springframework.web.reactive HandlerAdapter interface-usage

List of usage examples for org.springframework.web.reactive HandlerAdapter interface-usage

Introduction

In this page you can find the example usage for org.springframework.web.reactive HandlerAdapter interface-usage.

Usage

From source file org.springframework.web.reactive.result.method.annotation.RequestMappingHandlerAdapter.java

/**
 * Supports the invocation of
 * {@link org.springframework.web.bind.annotation.RequestMapping @RequestMapping}
 * handler methods.
 *
 * @author Rossen Stoyanchev