spring-framework / org.springframework.web.reactive

Package org.springframework.web.reactive

Types

HandlerAdapter

interface HandlerAdapter

Contract that decouples the DispatcherHandler from the details of invoking a handler and makes it possible to support any handler type.

HandlerResultHandler

interface HandlerResultHandler

Process the HandlerResult, usually returned by an HandlerAdapter.