コード例 #1
0
ファイル: BuckEventBus.java プロジェクト: rowillia/buck
 /**
  * Timestamp event. A timestamped event cannot subsequently being posted and is useful only to
  * pass its timestamp on to another posted event.
  */
 public void timestamp(BuckEvent event) {
   event.configure(clock.currentTimeMillis(), clock.nanoTime(), threadIdSupplier.get(), buildId);
 }