Get desktop application:
View/edit binary Protocol Buffers messages
Hello service, users can implement this interface to create hello pluggable component.
Init is used to call during hello service initialization, passing some configuration parameters
HelloConfig, hello component initialization configuration
The common config used for each component.
The type of hello component that user register in config file.
String used for the SayHello method, optional
Used to provide customizable initialization parameters for pluggable components
Sayhello is a simple pingpong method, just like build-in component hello's SayHello method
HelloRequest is the request of `SayHello`
The name for `SayHello` method
HelloResponse is the response of `SayHello`
The response for `SayHello` method