Interface JdbcIndexerInterface<T>

All Known Implementing Classes:
AbstractJdbcExecutionRepository, AbstractJdbcFlowTopologyRepository, AbstractJdbcLogRepository, AbstractJdbcMetricRepository, AbstractJdbcTriggerRepository

public interface JdbcIndexerInterface<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    save(org.jooq.DSLContext context, T message)
     
  • Method Details

    • save

      T save(org.jooq.DSLContext context, T message)