Interface HandlerStrategies


public interface HandlerStrategies
Defines the strategies to be used for processing HandlerFunctions.

An instance of this class is immutable. Instances are typically created through the mutable HandlerStrategies.Builder: either through builder() to set up default strategies, or empty() to start from scratch.

Since:
5.0
Author:
Arjen Poutsma, Juergen Hoeller, Sebastien Deleuze
See Also: