Click or drag to resize
Akka.NETBatchingSqlJournalTConnection, TCommandBatchRequest Method
Tries to add incoming message to Buffer. Also checks if any DB connection has been released and next batch can be processed.

Namespace:  Akka.Persistence.Sql.Common.Journal
Assembly:  Akka.Persistence.Sql.Common (in Akka.Persistence.Sql.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
protected void BatchRequest(
	IJournalRequest message
)

Parameters

message
Type: Akka.PersistenceIJournalRequest
TBD
See Also