Extending the RdmaActiveEndpoint class to add customized steps (Linux only)
You can extend the RdmaActiveEndpoint class to provide custom implementations for client and server communications, which allows you to perform additional steps on either side of the connection.
Note: The RDMA implementation is deprecated and will likely be removed in a
future release of IBM® SDK, Java™ Technology Edition, Version 8. A possible alternative is the open source Libfabric
library.
If you want to provide a custom implementation for the abstract method
dispatchCQEvent(), you can extend the RdmaActiveEndpoint class
for both the server and client. For example:
- dispatchCQEvent()
- Use this method for any processing after a completion event is received for a posted request, such as notifying an endpoint that a post is completed.