interface Attachable
A Attachable is a source or sink that can be attached to another source or sink.
abstract fun attach(dataSinkDataSource: DataSinkDataSource): Unit
Attach the source and sink |
interface StackService : Attachable, Detachable, Closeable
Service that communicates with top of the stack |