Package | Description |
---|---|
org.axonframework.config | |
org.axonframework.deadline | |
org.axonframework.deadline.quartz |
Modifier and Type | Class and Description |
---|---|
class |
ConfigurationScopeAwareProvider
Implementation of the
ScopeAwareProvider which will retrieve a List of ScopeAware components
in a lazy manner. |
Modifier and Type | Method and Description |
---|---|
SimpleDeadlineManager.Builder |
SimpleDeadlineManager.Builder.scopeAwareProvider(ScopeAwareProvider scopeAwareProvider)
Sets the
ScopeAwareProvider which is capable of providing a stream of
Scope instances for a given ScopeDescriptor . |
Modifier and Type | Method and Description |
---|---|
QuartzDeadlineManager.Builder |
QuartzDeadlineManager.Builder.scopeAwareProvider(ScopeAwareProvider scopeAwareProvider)
Sets the
ScopeAwareProvider which is capable of providing a stream of
Scope instances for a given ScopeDescriptor . |
Copyright © 2010–2022. All rights reserved.