public ListenableFuture send()

in src/main/java/com/aliyun/openservices/aliyun/log/producer/LogProducer.java [224:233]


  public ListenableFuture<Result> send(
      String project,
      String logStore,
      String topic,
      String source,
      String shardHash,
      List<LogItem> logItems)
      throws InterruptedException, ProducerException {
    return send(project, logStore, topic, source, shardHash, logItems, null);
  }