Class GetObjectRx.Response

    • Method Detail

      • publisher

        public Multi<DataChunk> publisher()
        Get a publisher of DataChunk, this is useful when the result is sent via WebServer or WebClient that also use it.
        Returns:
        publisher of data chunks
      • bytePublisher

        public Multi<ByteBuffer> bytePublisher()
        Get a publisher of byte buffers.
        Returns:
        publisher of byte buffers