Package org.axonframework.messaging
Class NoScopeDescriptor
java.lang.Object
org.axonframework.messaging.NoScopeDescriptor
- All Implemented Interfaces:
Serializable,ScopeDescriptor
A
ScopeDescriptor describing no active scope.- Since:
- 4.5
- Author:
- Steven van Beelen
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final NoScopeDescriptorA statically available instance of theNoScopeDescriptor. -
Method Summary
Modifier and TypeMethodDescription
-
Field Details
-
INSTANCE
A statically available instance of theNoScopeDescriptor.
-
-
Method Details
-
scopeDescription
Description copied from interface:ScopeDescriptor- Specified by:
scopeDescriptionin interfaceScopeDescriptor- Returns:
- a
Stringdescription of aScopeobject
-