Interface Configuration


public interface Configuration
Provides access to the configuration provided by the server
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    If this property is set to true in reply to a InitMessage
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    of(Message message)
    Creates a Configuration from a message
  • Field Details

    • CONFIG_SEND_PROJECTS

      static final String CONFIG_SEND_PROJECTS
      If this property is set to true in reply to a InitMessage
      See Also:
  • Method Details

    • isSendProjects

      boolean isSendProjects()
      Returns:
      true if CONFIG_SEND_PROJECTS is provided
    • of

      static Configuration of(Message message)
      Creates a Configuration from a message
      Parameters:
      message -
      Returns:
      the configuration backed by the message payload