Interface MatsProfiles

All Known Implementing Classes:
ScenarioConnectionFactoryProducer

public interface MatsProfiles
Specifies Spring Profiles (and also which Spring Environment variables) that are relevant for Mats when used with conjunction with ScenarioConnectionFactoryProducer and the default configuration of ConfigurableScenarioDecider. The latter both checks the Spring Profiles for active profiles with the names (or, for PROFILE_MATS_TEST, name prefix) specified here, but also checks the Spring Environment for the existence of a property of the same names but with the dash ("-") replaced by dot ("."). The Spring Environment by default consist of System Properties and Environment Variables.

The main documentation for the MatsScenario concept is in the JavaDoc of ScenarioConnectionFactoryProducer.