Skip to content

Commit

Permalink
Merge pull request #61 from evolution-gaming/rtar-patch-1
Browse files Browse the repository at this point in the history
Made documentation a bit more precise.
  • Loading branch information
t3hnar committed May 12, 2020
2 parents 920af57 + 926478a commit f6b0713
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ trait Producer[F[_]] {
def abortTransaction: F[Unit]

/**
* @return Outer F[_] is about batching, inner F[_] is about sending
* @return Outer F[_] is about sending event (including batching if required),
* inner F[_] is about waiting and getting the result of the send operation.
*/
def send[K, V](
record: ProducerRecord[K, V])(implicit
Expand Down

0 comments on commit f6b0713

Please sign in to comment.