junkaixue commented on code in PR #2840:
URL: https://github.com/apache/helix/pull/2840#discussion_r1687268505


##########
helix-gateway/src/main/java/org/apache/helix/gateway/service/HelixGatewayServiceProcessor.java:
##########
@@ -0,0 +1,11 @@
+package org.apache.helix.gateway.service;
+
+/**
+ * Translate from/to GRPC function call to Helix Gateway Service event.
+ */
+public interface HelixGatewayServiceProcessor {
+
+  public boolean sendStateTransitionMessage(String instanceName);
+
+  public void pushEventToManager(GatewayServiceManager.GateWayServiceEvent 
event);

Review Comment:
   Let's be consistent with naming?
   
   send or push.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to