Interface SessionTrees.BranchMapping

Enclosing interface:
SessionTrees

public static interface SessionTrees.BranchMapping
A session tree branch mapping.

Branch mappings belong to branch mapping tables. Each branch mapping is a pair of a session filter and the target topic tree branch that applies to sessions matching the filter.

  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the session filter.
    Returns the target branch in the topic tree for sessions matching the session filter.
  • Method Details

    • getSessionFilter

      String getSessionFilter()
      Returns the session filter.
      Returns:
      the session filter
    • getTopicTreeBranch

      String getTopicTreeBranch()
      Returns the target branch in the topic tree for sessions matching the session filter.
      Returns:
      the target branch