in src/Microsoft.Azure.WebJobs.Extensions.Dapr/Triggers/DaprServiceInvocationTriggerBindingProvider.cs [76:86]
public DaprServiceInvocationListener(
ILogger logger,
IDaprServiceListener serviceListener,
ITriggeredFunctionExecutor executor,
string methodName)
: base(serviceListener)
{
this.Logger = logger;
this.executor = executor;
this.methodName = methodName;
}