Starting workers for OutboundConnector's
See original GitHub issueIf an outbound connector is available
@OutboundConnector(
name = "Twitter",
inputVariables = {"tweetContent"},
type = "io.berndruecker.example.TwitterConnector:1"
)
public class TwitterOutboundConnector implements OutboundConnectorFunction {
And this connector is made available as Spring bean
@Configuration
public class ConnectorFactory {
@Bean
public TwitterOutboundConnector twitterOutboundConnector() {
return new TwitterOutboundConnector();
}
}
Then a worker for this connector will be started
Issue Analytics
- State:
- Created a year ago
- Reactions:1
- Comments:13 (13 by maintainers)
Top Results From Across the Web
Set up connectors to route mail between Microsoft 365 or ...
The diagram below shows how connectors in Microsoft 365 or Office 365 (including Exchange Online or EOP) work with your own email servers....
Read more >How to manually add or remove connectors and transport ...
To manually add your connectors, start with signing in to your Office 365 tenant as administrator. On the Home screen, select Admin (Fig....
Read more >Configuring Outbound Mail Flow in Exchange Server 2013
To create the Send Connector for sending outbound email directly to the internet open the Exchange Admin Center and navigate to Mail Flow...
Read more >How to configure Send connector in Exchange Server 2019
Step by step instructions on how to configure Send connector for Exchange Server 2019Option 1: Configure send connector to send email ...
Read more >Mail flow using connectors in Office 365 - MSB365
Let's start with what connectors are and for what they are good for: ... The connectors from Office 365 work fantastically in both...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Tested .11 and all seems fine! Thanks.
I totally agree - this log config should not be on the classpath. I currently discuss how to generally deal with the connector-job-runtime as part of https://github.com/camunda/connector-sdk/pull/136#issuecomment-1273344893 - expect a fix soon-ish (and best wait for .11).