Package | Description |
---|---|
net.devh.boot.grpc.client.autoconfigure |
The Spring-Boot auto configuration classes that setup the gRPC client environment.
|
net.devh.boot.grpc.client.channelfactory |
Contains factories and related classes to setup the client's connection channels to the servers.
|
net.devh.boot.grpc.client.config |
Classes related to the gRPC client configuration.
|
net.devh.boot.grpc.client.inject |
Classes used to inject the client references into beans.
|
net.devh.boot.grpc.client.interceptor |
Classes related to the gRPC (global) client interceptors and their discovery.
|
net.devh.boot.grpc.client.metric |
A package containing the client side classes for grpc metric collection.
|
net.devh.boot.grpc.client.nameresolver |
Classes used to resolve the client name into the actual service addresses.
|
net.devh.boot.grpc.client.security |
Contains classes and utilities that help with the user authentication.
|
net.devh.boot.grpc.client.stubfactory |