Class WebRequestConstants
- java.lang.Object
-
- org.springframework.cloud.function.web.constants.WebRequestConstants
-
public abstract class WebRequestConstants extends Object
Common storage for web request attribute names (in a separate package to avoid cycles).- Author:
- Dave Syer
-
-
Constructor Summary
Constructors Constructor Description WebRequestConstants()
-
-
-
Field Detail
-
FUNCTION
public static final String FUNCTION
Function attribute name.
-
CONSUMER
public static final String CONSUMER
Consumer attribute name.
-
SUPPLIER
public static final String SUPPLIER
Supplier attribute name.
-
ARGUMENT
public static final String ARGUMENT
Argument attribute name.
-
HANDLER
public static final String HANDLER
Handler attribute name.
-
-