Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add getLambda method #8699

Closed
jaehong-kim opened this issue Mar 10, 2022 · 0 comments
Closed

Add getLambda method #8699

jaehong-kim opened this issue Mar 10, 2022 · 0 comments
Assignees
Milestone

Comments

@jaehong-kim
Copy link
Contributor

Add getLambda method

...
return Flux.fromIterable(this.handlerMappings)
	.concatMap(mapping -> mapping.getHandler(exchange)) 
	.next()
	.switchIfEmpty(createNotFoundError())
	.flatMap(handler -> invokeHandler(exchange, handler)) // get$Lambda("org.springframework.web.reactive.DispatcherHandler", "org.springframework.web.server.ServerWebExchange")
	.flatMap(result -> handleResult(exchange, result)); 
@jaehong-kim jaehong-kim added this to the 2.4.0 milestone Mar 10, 2022
@jaehong-kim jaehong-kim self-assigned this Mar 10, 2022
jaehong-kim added a commit to jaehong-kim/pinpoint that referenced this issue Mar 10, 2022
jaehong-kim added a commit that referenced this issue Mar 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant