MCPcopy
hub / github.com/IBM/sarama / IsTransactional

Method IsTransactional

sync_producer.go:43–43  ·  view source on GitHub ↗

IsTransactional return true when current producer is transactional.

()

Source from the content-addressed store, hash-verified

41
42 // IsTransactional return true when current producer is transactional.
43 IsTransactional() bool
44
45 // BeginTxn mark current transaction as ready.
46 BeginTxn() error

Callers 4

buildRequestMethod · 0.65
IsTransactionalMethod · 0.65
TestProducerWithTxnFunction · 0.65

Implementers 2

syncProducersync_producer.go
SyncProducermocks/sync_producer.go

Calls

no outgoing calls

Tested by 2

TestProducerWithTxnFunction · 0.52