@Property(label="Save Batch Size",
description="Approximate number of nodes to batch between session saves",
intValue=1000)
public static final java.lang.String SAVE_BATCH_SIZE_PROP_NAME
@Property(label="Throttle Batch Size",
description="Approximate number of nodes between pauses for observation manager",
intValue=50000)
public static final java.lang.String THROTTLE_BATCH_SIZE_PROP_NAME
@Property(label="Message Cap",
description="Maximum number of messages to return in response",
intValue=1000)
public static final java.lang.String MESSAGE_CAP_PROP_NAME