camel-component-grpc 0.23.0

gRPC component for rust-camel (dynamic producer and consumer)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
pub mod bundle;
pub mod codec;
pub mod component;
pub mod config;
pub mod consumer;
pub mod health;
pub mod mode;
pub mod producer;
pub mod server;

pub use bundle::GrpcBundle;
pub use component::GrpcComponent;
pub use config::{
    AuthConfig, ClientTlsConfig, ClientTransport, ConsumerStrategy, GrpcConfig, GrpcServerConfig,
    InterceptorConfig, ProducerStrategy, ServerTlsConfig, ServerTransport, TransportIntent,
};
pub use health::GrpcHealthCheck;
pub use mode::GrpcMode;