Class FunqyKnativeEventsConfig.FunctionMapping
java.lang.Object
io.quarkus.funqy.runtime.bindings.knative.events.FunqyKnativeEventsConfig.FunctionMapping
- Enclosing class:
- FunqyKnativeEventsConfig
-
Field Summary
FieldsModifier and TypeFieldDescriptionIf function has response output, then what is the Cloud Event source (ce-source)? This will default to the function nameIf function has response output, then what is the Cloud Event type (ce-type)? This will default to {function}.outputCloud Event type (ce-type) that triggers this function. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
trigger
Cloud Event type (ce-type) that triggers this function. Default value is function name. This config item is only required when there is more than one function defined within the deployment. The ce-type is not looked at if there is only one function in the deployment. The message will just be dispatched to that function. This allows you to change the knative trigger binding without having to change the configuration of the quarkus deployment. -
responseType
If function has response output, then what is the Cloud Event type (ce-type)? This will default to {function}.output -
responseSource
If function has response output, then what is the Cloud Event source (ce-source)? This will default to the function name
-
-
Constructor Details
-
FunctionMapping
public FunctionMapping()
-