// See ISPN-1675
// transportBuilder.transport(new ChannelTransport(transport.getChannel()));
ChannelProvider.init(transportBuilder, transport.getChannel());
Long timeout = transport.getLockTimeout();
if (timeout != null) {
transportBuilder.distributedSyncTimeout(timeout.longValue());
}
// Topology is retrieved from the channel
Channel channel = transport.getChannel();
if(channel.getAddress() instanceof TopologyUUID) {
TopologyUUID topologyAddress = (TopologyUUID) channel.getAddress();