Interface ScopeDescriptor

All Superinterfaces:
Serializable
All Known Implementing Classes:
AggregateScopeDescriptor, AggregateScopeDescriptor, NoScopeDescriptor, SagaScopeDescriptor, SagaScopeDescriptor

public interface ScopeDescriptor extends Serializable
Denotes the description of a Scope. This can be used to figure out in what scope a given message should be handled.
Since:
3.3
Author:
Steven van Beelen
  • Method Summary

    Modifier and Type
    Method
    Description
    Retrieve a String description of a Scope object.
  • Method Details

    • scopeDescription

      String scopeDescription()
      Retrieve a String description of a Scope object.
      Returns:
      a String description of a Scope object