com.ibm.cp4waiops.connectors.sdk.SDKSettings Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of connectors-sdk Show documentation
Show all versions of connectors-sdk Show documentation
A developer SDK for creating connectors for CP4WAIOps.
package com.ibm.cp4waiops.connectors.sdk;
/**
* Settings discovered by the connector
*/
public class SDKSettings {
/**
* The topics to consume cloud event actions from. The server may choose to source them from elsewhere.
*/
public String[] consumeTopicNames;
/**
* The topic cloud events will be output to. The server may choose to redirect them elsewhere.
*/
public String[] produceTopicNames;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy