Package s2.channel
Class CombinedChannel
- java.lang.Object
-
- s2.channel.AutoClosableManagedChannel
-
- s2.channel.CombinedChannel
-
- All Implemented Interfaces:
java.lang.AutoCloseable
,AccountCompatibleChannel
,BasinCompatibleChannel
public final class CombinedChannel extends AutoClosableManagedChannel implements AccountCompatibleChannel, 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 interfaceAccountCompatibleChannel
- Specified by:
getChannel
in interfaceBasinCompatibleChannel
-
-