com.ibm.cp4waiops.connectors.sdk.SDKSettings Maven / Gradle / Ivy
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 - 2025 Weber Informatics LLC | Privacy Policy