Class RepoTransferReceiverImpl.AsyncCommitCommand

  • All Implemented Interfaces:
    Runnable
    Enclosing class:
    RepoTransferReceiverImpl

    public class RepoTransferReceiverImpl.AsyncCommitCommand
    extends Object
    implements Runnable
    This embedded class is used to push requests for asynchronous commits onto a different thread
    Author:
    Brian
    • Constructor Detail

      • AsyncCommitCommand

        public AsyncCommitCommand​(String transferId)
    • Method Detail

      • run

        public void run()
        Specified by:
        run in interface Runnable