Interface Configuration
public interface Configuration
Provides access to the configuration provided by the server
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringIf this property is set totruein reply to a InitMessage -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic ConfigurationCreates a Configuration from a message
-
Field Details
-
CONFIG_SEND_PROJECTS
If this property is set totruein reply to a InitMessage- See Also:
-
-
Method Details
-
isSendProjects
boolean isSendProjects()- Returns:
trueifCONFIG_SEND_PROJECTSis provided
-
of
Creates a Configuration from a message- Parameters:
message-- Returns:
- the configuration backed by the message payload
-