|
|
|
@ -17,8 +17,8 @@ package org.thingsboard.edge.rpc; |
|
|
|
|
|
|
|
import com.google.common.io.Resources; |
|
|
|
import io.grpc.ManagedChannel; |
|
|
|
import io.grpc.netty.GrpcSslContexts; |
|
|
|
import io.grpc.netty.NettyChannelBuilder; |
|
|
|
import io.grpc.netty.shaded.io.grpc.netty.GrpcSslContexts; |
|
|
|
import io.grpc.netty.shaded.io.grpc.netty.NettyChannelBuilder; |
|
|
|
import io.grpc.stub.StreamObserver; |
|
|
|
import lombok.extern.slf4j.Slf4j; |
|
|
|
import org.springframework.beans.factory.annotation.Value; |
|
|
|
|