Class SimplexTransferListener.Exchange

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private org.eclipse.aether.transfer.TransferEvent event  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private Exchange​(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

      • event

        private final org.eclipse.aether.transfer.TransferEvent event
    • Constructor Detail

      • Exchange

        private Exchange​(org.eclipse.aether.transfer.TransferEvent event)
    • Method Detail

      • process

        public void process​(java.util.function.Consumer<org.eclipse.aether.transfer.TransferEvent> consumer)
      • waitForProcessed

        public void waitForProcessed()
                              throws java.lang.InterruptedException
        Throws:
        java.lang.InterruptedException