Skip to content

RSocket client route #19

Description

@aboccag

Hello :)

I would like to know how to route to a specific message mapping using routes.

I have a spring boot server using RSocket over tcp and this code

server.port=8080
spring.rsocket.server.port=8081
spring.rsocket.server.transport=tcp

@MessageMapping("feedMarketData")
public Flux<MarketData> feedMarketData(MarketDataRequest marketDataRequest) {
    return marketDataRepository.getAll(marketDataRequest.getStock());
}

I Would like to make a .NET request routing to feedMarketData

Thanks for your help !

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions