src/main/java/com/aliyun/openservices/aliyun/log/producer/Producer.java [41:49]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      throws InterruptedException, ProducerException;

  /** See {@link LogProducer#send(String, String, String, String, String, List)} */
  ListenableFuture<Result> send(
      String project,
      String logStore,
      String topic,
      String source,
      String shardHash,
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



src/main/java/com/aliyun/openservices/aliyun/log/producer/Producer.java [80:88]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      throws InterruptedException, ProducerException;

  /** See {@link LogProducer#send(String, String, String, String, String, LogItem, Callback)} */
  ListenableFuture<Result> send(
      String project,
      String logStore,
      String topic,
      String source,
      String shardHash,
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



