CatgirlIntelligenceAgency/code/common/service-client
Viktor Lofgren 92717a4832 (client) Refactor GrpcStubPool to handle error states
Refactored the GRPC Stub Pool for better handling of channel SHUTDOWN state. Any disconnected channels are now re-created before returning the stub.

The class was also renamed to GrpcChannelPool, as we no longer pool the stubs.
2024-02-17 14:42:26 +01:00
..
src (client) Refactor GrpcStubPool to handle error states 2024-02-17 14:42:26 +01:00
build.gradle Make executor API talk GRPC (#75) 2024-02-08 13:01:12 +01:00
readme.md Move all code to a code directory. 2023-03-07 17:14:32 +01:00

Service Client

These are base classes for all the API clients for talking to other services.

Central Classes