forked from TrueCloudLab/frostfs-sdk-java
[#32] Provide a pool of clients to grpc
Signed-off-by: Ori Bruk <o.bruk@yadro.com>
This commit is contained in:
parent
3c3ed76727
commit
e9e9480701
56 changed files with 1712 additions and 59 deletions
|
@ -0,0 +1,5 @@
|
|||
package info.frostfs.sdk.services;
|
||||
|
||||
public interface CommonClient extends
|
||||
AccountingClient, ApeManagerClient, ContainerClient, NetmapClient, ObjectClient, SessionClient, ToolsClient {
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue