Please provide us with the following information:
This issue is for a: (mark with an x)
- [ ] bug report -> please search issues before submitting
- [ ] feature request
- [ ] documentation issue or request
- [ ] regression (a behavior that used to work and stopped in a new release)
Minimal steps to reproduce
Any log messages given by the failure
Expected/desired behavior
OS and Version?
Windows 7, 8 or 10. Linux (which distribution). macOS (Yosemite? El Capitan? Sierra?)
Versions
Mention any other details that might be useful
Thanks! We'll be in touch soon.
Not able to find now Hello component used in the function.
|
@Component |
|
public class Hello implements Function<Mono<User>, Mono<Greeting>> { |
|
|
|
public Mono<Greeting> apply(Mono<User> mono) { |
|
return mono.map(user -> new Greeting("Hello, " + user.getName() + "!\n")); |
|
} |
|
} |
Can we use same object across multiple https triggers?
This issue is for a: (mark with an
x)Minimal steps to reproduce
Any log messages given by the failure
Expected/desired behavior
OS and Version?
Versions
Mention any other details that might be useful
Not able to find now
Hellocomponent used in the function.hello-spring-function-azure/src/main/java/com/example/Hello.java
Lines 11 to 17 in 0767275
Can we use same object across multiple https triggers?