Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The exception class will implement the Message interface. This will ability to write error on a wireThe Exception class will have error code and message. That will be an error response to a api invocation.

SyncApiInvoker

This class will have the ability to execute the particular api.

...

This class holds the context to write the response asynchronously on a wire. The function execution framework will hold response sender to write partial back to a client. Similarly, the Geode queue framework will hold response sender to notify events to a client. 

Connection

This class will hold the socket to read the request and write the response.

...