Cleaned up Cloud Event support around reactive functions
Added reactive tests Restructured CloudEventsFunctionInvocationHelper
This commit is contained in:
@@ -30,5 +30,7 @@ public interface FunctionInvocationHelper<I> {
|
||||
|
||||
I preProcessInput(I input, Object inputConverter);
|
||||
|
||||
I postProcessResult(I input, Object result);
|
||||
I postProcessResult(Object result, String hint);
|
||||
|
||||
I postProcessResult(Object result, I input);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user