RSocket - temporary work around for tests
This commit is contained in:
@@ -68,6 +68,8 @@ class IntegrationRSocketMessageHandler extends RSocketMessageHandler {
|
||||
}
|
||||
|
||||
public void addEndpoint(IntegrationRSocketEndpoint endpoint) {
|
||||
// TODO temporary until routeMatcher initialization is moved to aPS()
|
||||
setRouteMatcher(getRSocketStrategies().routeMatcher());
|
||||
registerHandlerMethod(endpoint, HANDLE_MESSAGE_METHOD,
|
||||
new CompositeMessageCondition(
|
||||
RSocketFrameTypeMessageCondition.REQUEST_CONDITION,
|
||||
|
||||
Reference in New Issue
Block a user