public interface ScopeAwareProvider
Stream
of components which are ScopeAware
.Modifier and Type | Method and Description |
---|---|
Stream<ScopeAware> |
provideScopeAwareStream(ScopeDescriptor scopeDescriptor)
Retrieve a
Stream of ScopeAware components, by performing a check whether that component is able
to handle a Scope described by a ScopeDescriptor . |
Stream<ScopeAware> provideScopeAwareStream(ScopeDescriptor scopeDescriptor)
Stream
of ScopeAware
components, by performing a check whether that component is able
to handle a Scope
described by a ScopeDescriptor
.scopeDescriptor
- a ScopeDescriptor
describing the Scope
a component ScopeAware
should be able to handleStream
of ScopeAware
componentsCopyright © 2010–2018. All rights reserved.