@Configuration
@PropertySource(value="classpath:taskReceiver.properties") @PropertySource(value="file:${CAF_CONFIG_LOCATION}/taskReceiver.properties",ignoreResourceNotFound=true)
public class TaskReceiverProperties
extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
CLEANUP_DATASTORE_AFTER_PROCESSING |
static String |
OUTPUT_DIRECTORY_PROP_NAME |
static String |
SAVE_TASK_DATA_ONLY |
| Constructor and Description |
|---|
TaskReceiverProperties() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCleanupDataStoreAfterProcessing() |
String |
getIsSaveTaskDataOnly() |
String |
getOutputDirectory() |
public static final String OUTPUT_DIRECTORY_PROP_NAME
public static final String SAVE_TASK_DATA_ONLY
public static final String CLEANUP_DATASTORE_AFTER_PROCESSING
Copyright © 2015–2017 Hewlett Packard Enterprise Development LP. All rights reserved.