mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-26 08:59:09 +00:00
@ConnectMapping for RSocket handling
The new annotation helps to differentiate the handling of connection level frames (SETUP and METADATA_PUSH) from the 4 stream requests. Closes gh-23177
This commit is contained in:
+6
@@ -105,6 +105,12 @@ public class PathPatternRouteMatcher implements RouteMatcher {
|
||||
public String value() {
|
||||
return this.pathContainer.value();
|
||||
}
|
||||
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
return value();
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user