Class ContextServiceTypesConfiguration

  • All Implemented Interfaces:
    Serializable

    public class ContextServiceTypesConfiguration
    extends Object
    implements Serializable
    The configuration for a Context Service, which indicates if a context type should be cleared, propagated or unchanged.
    Author:
    emmartins
    See Also:
    Serialized Form
    • Method Detail

      • isCleared

        public boolean isCleared​(String contextType)
        Parameters:
        contextType -
        Returns:
        true if the specified contextType should be cleared, false otherwise
      • isPropagated

        public boolean isPropagated​(String contextType)
        Parameters:
        contextType -
        Returns:
        true if the specified contextType should be propagated, false otherwise
      • isUnchanged

        public boolean isUnchanged​(String contextType)
        Parameters:
        contextType -
        Returns:
        true if the specified contextType should be unchanged, false otherwise