Spring annotation for Reactor.receive -
Spring annotation for Reactor.receive -
i working on spring reactor write rest services. wondering if there annotation reactor.receive
method have @selector
, @replyto
such :
in.consume(req -> reactor.sendandreceive("test.httprequests", event.wrap(req.geturi()), (event<string>ev) -> {
invokes annotated method.
you should able homecoming value method annotate @selector
handle test.httprequests
events. wiring bean should treat method same receive
, alias beingness aware of replyto
.
spring-annotations reactor
Comments
Post a Comment