private final ManagementChannelHandler channelAssociation;
private final ModelControllerClientConfiguration clientConfiguration;
private final StackTraceElement[] allocationStackTrace;
public RemotingModelControllerClient(final ModelControllerClientConfiguration configuration) {
this.channelAssociation = new ManagementChannelHandler(new ManagementClientChannelStrategy() {
@Override
public Channel getChannel() throws IOException {
return getOrCreateChannel();
}