GH-264 Simplified signagure for Supplier
This commit is contained in:
@@ -44,6 +44,10 @@ public class AzureSpringBootRequestHandler<I, O> extends AbstractSpringFunctionA
|
||||
super();
|
||||
}
|
||||
|
||||
public O handleRequest(ExecutionContext context) {
|
||||
return this.handleRequest(null, context);
|
||||
}
|
||||
|
||||
public O handleRequest(I input, ExecutionContext context) {
|
||||
String name = null;
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user