
org.kie.kogito.asyncAPI.CallbackResults_yaml.ConfigSource Maven / Gradle / Ivy
package org.kie.kogito.asyncAPI.CallbackResults_yaml;
import io.quarkiverse.asyncapi.config.AsyncConfigSource;
import io.quarkus.runtime.annotations.StaticInitSafe;
@StaticInitSafe
public class ConfigSource extends AsyncConfigSource {
private static final long serialVersionUID = 1L;
public ConfigSource () {
super (new AsyncAPISupplier());
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy