io.kestra.jdbc.runner.JdbcQueueIndexerInterface Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jdbc Show documentation
Show all versions of jdbc Show documentation
The modern, scalable orchestrator & scheduler open source platform
The newest version!
package io.kestra.jdbc.runner;
import org.jooq.DSLContext;
public interface JdbcQueueIndexerInterface {
T save(DSLContext context, T message);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy