Package s2.channel
Class AccountChannel
- java.lang.Object
-
- s2.channel.AutoClosableManagedChannel
-
- s2.channel.AccountChannel
-
- All Implemented Interfaces:
java.lang.AutoCloseable
,AccountCompatibleChannel
public final class AccountChannel extends AutoClosableManagedChannel implements AccountCompatibleChannel
-
-
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
-
-