-
- All Implemented Interfaces:
-
com.polidea.rxandroidble2.internal.serialization.ClientOperationQueue
public interface ConnectionOperationQueue implements ClientOperationQueue
-
-
Method Summary
Modifier and Type Method Description abstract voidterminate(BleException disconnectedException)A method for terminating all operations that are still queued on the connection. -
-
Method Detail
-
terminate
abstract void terminate(BleException disconnectedException)
A method for terminating all operations that are still queued on the connection.
- Parameters:
disconnectedException- the exception to be passed to all queued operations subscribers
-
-
-
-