Closed davsclaus closed 7 years ago
The pattern in the connector json file is a bit confusing name https://github.com/redhat-ipaas/connectors/blob/master/connectors/timer-connector/src/main/resources/camel-connector.json#L14
It has the values: From, To or Both It denotes whether you can use it as input or output in an integration flow, or both.
From
To
Both
It name is inspired from MEP (aka Message Exchange Pattern in Apache Camel.
MEP
Message Exchange Pattern
We can try to come up with a different name or change it to two options
input: true|false output: true|false
If input or output is better understood?
The EIP / Camel terms with Consumer and Producer is maybe also a bit confusing from ipaas pov?
consumer: true|false producer: true|false
I think since time has passed we are stuck with this name
The pattern in the connector json file is a bit confusing name https://github.com/redhat-ipaas/connectors/blob/master/connectors/timer-connector/src/main/resources/camel-connector.json#L14
It has the values:
From
,To
orBoth
It denotes whether you can use it as input or output in an integration flow, or both.It name is inspired from
MEP
(akaMessage Exchange Pattern
in Apache Camel.We can try to come up with a different name or change it to two options
If input or output is better understood?
The EIP / Camel terms with Consumer and Producer is maybe also a bit confusing from ipaas pov?