ParticipantConfigCreator

public class ParticipantConfigCreator

Creates ParticipantConfig instances from configuration Properties instances.

Author

jwienke

Methods

create

public ParticipantConfig create(Properties properties)

Create a new ParticipantConfig from the given properties.

Parameters

properties – properties to use

Returns

the new instance

reconfigure

public void reconfigure(ParticipantConfig config, Properties properties)

Reconfigures an existing ParticipantConfig with options from a Properties object. This means that all options found in the properties object either override the existing ones in the participant config or are added in case they did not exist.

Parameters
  • config – the config to modify

  • properties – the properties to use