Package org.axonframework.messaging
Interface ScopeAwareProvider
- All Known Implementing Classes:
ConfigurationScopeAwareProvider
public interface ScopeAwareProvider
Contract towards a mechanism to provide a
Stream of components which are ScopeAware.- Since:
- 3.3
- Author:
- Steven van Beelen
-
Method Summary
Modifier and TypeMethodDescriptionprovideScopeAwareStream(ScopeDescriptor scopeDescriptor) Retrieve aStreamofScopeAwarecomponents, by performing a check whether that component is able to handle aScopedescribed by aScopeDescriptor.
-
Method Details
-
provideScopeAwareStream
Retrieve aStreamofScopeAwarecomponents, by performing a check whether that component is able to handle aScopedescribed by aScopeDescriptor.- Parameters:
scopeDescriptor- aScopeDescriptordescribing theScopea componentScopeAwareshould be able to handle- Returns:
- a
StreamofScopeAwarecomponents
-