Interface TransactionalEventBuildTimeConfiguration


@ConfigMapping(prefix="quarkus.transactional.event") @ConfigRoot(phase=BUILD_AND_RUN_TIME_FIXED) public interface TransactionalEventBuildTimeConfiguration
  • Method Summary

    Modifier and Type
    Method
    Description
    Name of the event store table.
  • Method Details

    • tableName

      @WithDefault("event_store") @WithName("table") String tableName()
      Name of the event store table.