onAbort property

Stream<StompTransaction> get onAbort

Stream of transaction abort events

Implementation

Stream<StompTransaction> get onAbort => _abortController.stream;