onBegin property

Stream<StompTransaction> get onBegin

Stream of transaction begin events

Implementation

Stream<StompTransaction> get onBegin => _beginController.stream;