onCommit property

Stream<StompTransaction> get onCommit

Stream of transaction commit events

Implementation

Stream<StompTransaction> get onCommit => _commitController.stream;