Document CoWebFilter.COROUTINE_CONTEXT_ATTRIBUTE
See gh-27522
This commit is contained in:
parent
abb296c7d2
commit
6548cee20a
|
@ -53,6 +53,11 @@ abstract class CoWebFilter : WebFilter {
|
|||
|
||||
companion object {
|
||||
|
||||
/**
|
||||
* Name of the [ServerWebExchange] attribute that contains the
|
||||
* [kotlin.coroutines.CoroutineContext] to be passed to the
|
||||
* [org.springframework.web.reactive.result.method.InvocableHandlerMethod].
|
||||
*/
|
||||
@JvmField
|
||||
val COROUTINE_CONTEXT_ATTRIBUTE = CoWebFilter::class.java.getName() + ".context"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue