Class MultiplexedStreamObjectInfoListenerThread

  • All Implemented Interfaces:
    java.util.concurrent.Callable<java.util.List<ObjectInfo>>

    public class MultiplexedStreamObjectInfoListenerThread
    extends java.lang.Object
    implements java.util.concurrent.Callable<java.util.List<ObjectInfo>>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<ObjectInfo> call()  
      • Methods inherited from class java.lang.Object

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

      • MultiplexedStreamObjectInfoListenerThread

        public MultiplexedStreamObjectInfoListenerThread​(int tenantId,
                                                         java.lang.String requestId,
                                                         java.io.InputStream inputStream,
                                                         DigestType digestType,
                                                         java.util.List<java.lang.String> objectIds)