147148149150151152153
{ ParameterValidation.throwIllegalArgExceptionIfNull(info, "ProducerInfo"); producerInfo = info; sessionHandler = new SessionHandler(this); dispatcher = new InvocationDispatcher(this); }
168169170171172173174
153154155156157158159160161
{ ParameterValidation.throwIllegalArgExceptionIfNull(info, "ProducerInfo"); producerInfo = info; sessionHandler = new SessionHandler(this); dispatcher = new InvocationDispatcher(this); this.migrationService = migrationService; }
154155156157158159160