We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abb296c commit 6548ceeCopy full SHA for 6548cee
spring-web/src/main/kotlin/org/springframework/web/server/CoWebFilter.kt
@@ -53,6 +53,11 @@ abstract class CoWebFilter : WebFilter {
53
54
companion object {
55
56
+ /**
57
+ * Name of the [ServerWebExchange] attribute that contains the
58
+ * [kotlin.coroutines.CoroutineContext] to be passed to the
59
+ * [org.springframework.web.reactive.result.method.InvocableHandlerMethod].
60
+ */
61
@JvmField
62
val COROUTINE_CONTEXT_ATTRIBUTE = CoWebFilter::class.java.getName() + ".context"
63
}
0 commit comments