Uses of Interface
dev.openfunction.functions.Context
-
-
Uses of Context in dev.openfunction.functions
Methods in dev.openfunction.functions with parameters of type Context Modifier and Type Method Description java.lang.ErrorCloudEventFunction. accept(Context ctx, io.cloudevents.CloudEvent event)OutOpenFunction. accept(Context context, java.lang.String payload)Called to service an incoming event.java.lang.ErrorPlugin. execPostHook(Context ctx)execPreHook executes a hook after the function called.java.lang.ErrorPlugin. execPreHook(Context ctx)execPreHook executes a hook before the function called.
-