Enhancement #394

Improve Participant Configuration Interface

Added by J. Moringen almost 13 years ago. Updated over 12 years ago.

Status:ResolvedStart date:06/28/2011
Priority:NormalDue date:
Assignee:J. Wienke% Done:

100%

Category:C++
Target version:0.5

Description

This is too complicated:

ParticipantConfig config
      = Factory::getInstance().getDefaultParticipantConfig();
      ParticipantConfig::Transport transport = config.getTransport("spread");
      Properties options = transport.getOptions();
      options["converters"] = createConverterSelectionStrategy<string>();
       transport.setOptions(options);
       config.addTransport(transport);
       Factory::getInstance().setDefaultParticipantConfig(config);

Associated revisions

Revision 5509b1b9
Added by J. Wienke over 12 years ago

Add methods for mutable access to participant config parts

fixes #394

History

#1 Updated by J. Wienke over 12 years ago

  • Status changed from New to In Progress
  • Assignee set to J. Wienke

#2 Updated by J. Wienke over 12 years ago

  • Status changed from In Progress to Resolved
  • % Done changed from 0 to 100

Applied in changeset r2714.

#3 Updated by J. Moringen over 12 years ago

  • Target version changed from rsb-0.10 to 0.5

Also available in: Atom PDF