Package | Description |
---|---|
com.pushtechnology.diffusion.api.config |
Diffusion Configuration API.
|
Modifier and Type | Method and Description |
---|---|
static ReporterConfig.Type |
ReporterConfig.Type.fromString(String symbol)
Returns type enum from string representation.
|
ReporterConfig.Type |
ReporterConfig.getType()
Gets the reporter's type.
|
static ReporterConfig.Type |
ReporterConfig.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReporterConfig.Type[] |
ReporterConfig.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ReporterConfig |
StatisticsConfig.addReporter(String name,
ReporterConfig.Type type)
Add a new Reporter to the statistics config.
|
void |
ReporterConfig.setType(ReporterConfig.Type type)
Sts the reporter's type.
|
Copyright © 2016 Push Technology Ltd. All Rights Reserved.