Package io.quarkus.grpc.runtime.supports
Class Channels
- java.lang.Object
-
- io.quarkus.grpc.runtime.supports.Channels
-
public class Channels extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classChannels.ChannelDestroyer
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static io.grpc.ChannelcreateChannel(String name)static io.grpc.ChannelretrieveChannel(String name)
-
-
-
Method Detail
-
createChannel
public static io.grpc.Channel createChannel(String name) throws SSLException
- Throws:
SSLException
-
retrieveChannel
public static io.grpc.Channel retrieveChannel(String name)
-
-