fnproject/fn

@FnConfiguration not able to run when i'm setting in child class

shaikhmudassir236 opened this issue · 0 comments

Hi All

I'm trying to get configuration values using @FnConfiguration annotation on childclass method, but i'm getting value as null everytime.

Do we need to have method with @FnConfiguration annoatation only at request handler class