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

cn.dustlight.flow.zeebe.services.adapters.AdapterContext Maven / Gradle / Ivy

package cn.dustlight.flow.zeebe.services.adapters;

/**
 * 适配器上下文
 */
public interface AdapterContext {

    String getClientId();

    String getOwner();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy