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

io.kestra.jdbc.runner.JdbcQueueIndexerInterface Maven / Gradle / Ivy

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