Skip to content

Commit f03b7c2

Browse files
committed
Channel creation logic
1 parent b65d854 commit f03b7c2

2 files changed

Lines changed: 1 addition & 81 deletions

File tree

‎pi4j-plugin-grpc/src/main/java/io/github/iamnicknack/pi4j/grpc/client/GrpcChannelSupplier.java‎

Lines changed: 0 additions & 81 deletions
This file was deleted.

‎pi4j-plugin-grpc/src/main/java/module-info.java‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
requires io.grpc.stub;
88
requires jakarta.annotation;
99
requires org.slf4j;
10+
requires org.checkerframework.checker.qual;
1011

1112
exports io.github.iamnicknack.pi4j.grpc.client;
1213
exports io.github.iamnicknack.pi4j.grpc.client.provider.gpio;

0 commit comments

Comments
 (0)