You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-messaging/src/main/java/org/springframework/messaging/handler/invocation/reactive/InvocableHandlerMethod.java
+8-12Lines changed: 8 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -109,12 +109,8 @@ public ParameterNameDiscoverer getParameterNameDiscoverer() {
109
109
}
110
110
111
111
/**
112
-
* Configure a reactive registry. This is needed for cases where the response
113
-
* is fully handled within the controller in combination with an async void
114
-
* return value.
115
-
* <p>By default this is an instance of {@link ReactiveAdapterRegistry} with
116
-
* default settings.
117
-
* @param registry the registry to use
112
+
* Configure a reactive adapter registry. This is needed for async return values.
113
+
* <p>By default this is a {@link ReactiveAdapterRegistry} with default settings.
0 commit comments