Package s2.channel
Class BasinChannel
- java.lang.Object
-
- s2.channel.AutoClosableManagedChannel
-
- s2.channel.BasinChannel
-
- All Implemented Interfaces:
java.lang.AutoCloseable
,BasinCompatibleChannel
public final class BasinChannel extends AutoClosableManagedChannel implements BasinCompatibleChannel
-
-
Field Summary
-
Fields inherited from class s2.channel.AutoClosableManagedChannel
managedChannel
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AutoClosableManagedChannel
getChannel()
-
Methods inherited from class s2.channel.AutoClosableManagedChannel
close
-
-
-
-
Method Detail
-
getChannel
public AutoClosableManagedChannel getChannel()
- Specified by:
getChannel
in interfaceBasinCompatibleChannel
-
-