Uses of Class
dev.openfunction.functions.Out
-
-
Uses of Out in dev.openfunction.functions
Methods in dev.openfunction.functions that return Out Modifier and Type Method Description OutOpenFunction. accept(Context context, java.lang.String payload)Called to service an incoming event.OutContext. getOut()GetOut returns the returned value of function.OutOut. setCode(int code)OutOut. setData(java.nio.ByteBuffer data)OutOut. setError(java.lang.Error error)OutOut. setMetadata(java.util.Map<java.lang.String,java.lang.String> metadata)
-