Package io.digdag.spi

Interface Record


  • @Immutable
    public interface Record
    • Method Detail

      • key

        java.lang.String key()
      • value

        com.fasterxml.jackson.databind.JsonNode value()
      • builder

        static io.digdag.spi.ImmutableRecord.Builder builder()