All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.ibm.cp4waiops.connectors.sdk.SDKSettings Maven / Gradle / Ivy

There is a newer version: 2.2.8
Show newest version
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