Annotation Interface SinkConfig


@Target({TYPE,METHOD}) @Retention(RUNTIME) @Documented public @interface SinkConfig
Author:
Pierre Lecerf ([email protected])
  • Element Details

    • id

      String id
      Default:
      ""
    • errorHandler

      Class<? extends SinkErrorHandler> errorHandler
      Default:
      tech.illuin.pipeline.sink.execution.error.SinkErrorHandler.class
    • async

      boolean async
      Default:
      false