Class ConfigurationScopeAwareProvider

java.lang.Object
org.axonframework.config.ConfigurationScopeAwareProvider
All Implemented Interfaces:
ScopeAwareProvider

public class ConfigurationScopeAwareProvider extends Object implements ScopeAwareProvider
Implementation of the ScopeAwareProvider which will retrieve a List of ScopeAware components in a lazy manner. It does this by pulling these components from the provided Configuration as soon as provideScopeAwareStream(ScopeDescriptor) is called.
Since:
3.3
Author:
Steven van Beelen, Rob van der Linden Vooren