59606162636465
return this.factory; } @Override public void start(StartContext context) { this.factory = new ForkChannelFactory(this.parentChannel.getValue(), this.parentFactory.getValue().getProtocolStackConfiguration()); }