Class SimplexTransferListener.BlockingExchange

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.util.concurrent.CountDownLatch latch  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private BlockingExchange​(org.eclipse.aether.transfer.TransferEvent event)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void process​(java.util.function.Consumer<org.eclipse.aether.transfer.TransferEvent> consumer)  
      void waitForProcessed()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • latch

        private final java.util.concurrent.CountDownLatch latch
    • Constructor Detail

      • BlockingExchange

        private BlockingExchange​(org.eclipse.aether.transfer.TransferEvent event)