Packages

package fs2

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. abstract class FS2Producer[F[_], PutReq, PutRes] extends AnyRef

    An interface that runs a Producer's putWithRetry method in the background against a stream of records, offered by the user.

    An interface that runs a Producer's putWithRetry method in the background against a stream of records, offered by the user. This is intended to be used in the same way that the KPL.

    PutReq

    The class that represents a batch put request for the underlying client

    PutRes

    The class that represents a batch put response for the underlying client

Value Members

  1. object FS2Producer

Ungrouped