onBegin property
Stream<StompTransaction>
get
onBegin
Stream of transaction begin events
Implementation
Stream<StompTransaction> get onBegin => _beginController.stream;
Stream of transaction begin events
Stream<StompTransaction> get onBegin => _beginController.stream;