Be able to handle the following thrift functions: ``` service HelloService { ... bool healthCheck(); oneway void notifySubscriber(1: Request request); } ```
Be able to handle the following thrift functions: