Class VisitorDestinationParameters

java.lang.Object
com.yahoo.documentapi.Parameters
com.yahoo.documentapi.VisitorDestinationParameters

public class VisitorDestinationParameters extends Parameters
Parameters for creating or opening a visitor destination session.
Author:
Thomas Gundersen
  • Constructor Details

    • VisitorDestinationParameters

      public VisitorDestinationParameters(String sessionName, VisitorDataHandler handler)
      Creates visitor destination parameters from the supplied parameters.
      Parameters:
      sessionName - The name of the destination session.
      handler - The data handler.
  • Method Details

    • getSessionName

      public String getSessionName()
      Returns:
      the name of the destination session
    • getDataHandler

      public VisitorDataHandler getDataHandler()
      Returns:
      the data handler