Interface BarkCallback<T extends Response>

All Known Implementing Classes:
AbstractBarkCallback

public interface BarkCallback<T extends Response>
Used in async mode
Author:
lendle
  • Method Details

    • responseChunkReceived

      void responseChunkReceived(T chunk, boolean isLastChunk)
      callback when a response chunk was received
      Parameters:
      chunk -
    • finalVerificationResult

      void finalVerificationResult(VerificationResult result)