wolverine
wolverine copied to clipboard
Optimized usage for AOT and Serverless
Not exactly sure what this entails yet. Thinking that it means some codegen ahead of time.
Going to require some significant changes to eliminate reflection usage, not to mention the dynamic codegen.
I was trying to find a good example of Wolverine integrated for Azure Functions with Service Bus trigger. Do you have one, or perhaps can point me in the right integration stragegy. Should I directly call some abstractions, like IReceiver from a triggered function code to suply message and a listener to confirm successful handling? If so, how to get a right entry point in a function code?