Revert "RSocket - temporary work around for tests"

This reverts commit 016bb32aa7.
This commit is contained in:
Gary Russell
2019-07-25 09:47:02 -04:00
parent 016bb32aa7
commit b660920da8
2 changed files with 0 additions and 4 deletions

View File

@@ -68,8 +68,6 @@ 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,