Custom transport with Akka Artery TCP(version-2.6.9)

Can anyone please guide me how we can create custom transport with Artery TCP(Implementation Class)

Below is the one I was using for Netty

Custom transports are not supported with Artery. It is way too difficult to implement a full transport correctly.

What is your reason for a custom transport?

I have a load balancer host-uat with port 2551 for two nodes . I need to transfer request from load balancer to local network

I think you are on the wrong track here. Such things should not be implemented with an Akka remoting transport.