Package org.citrusframework
Interface Scoped
- All Known Subinterfaces:
DataDictionary<T>
public interface Scoped
- Author:
- Christoph Deppisch
-
Method Summary
Modifier and TypeMethodDescriptionbooleanMarks component to be used in global scope.
-
Method Details
-
isGlobalScope
boolean isGlobalScope()Marks component to be used in global scope. Global scoped components get added once on a project level and automatically get applied to each processing of messages, actions, data and so on.
-