@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:
@@ -96,6 +96,11 @@ public class SimpleRouteMatcher implements RouteMatcher {
|
||||
public String value() {
|
||||
return this.path;
|
||||
}
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
return value();
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user