public class ConfigurationCommonVariantStream extends Object implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
ConfigurationCommonVariantStream.TypeVariance
Enumeration specifying whether only the predefine types or any type of event is accepted by the variant stream.
|
Constructor and Description |
---|
ConfigurationCommonVariantStream()
Ctor.
|
Modifier and Type | Method and Description |
---|---|
void |
addEventTypeName(String eventTypeName)
Adds names of an event types that is one of the predefined event types allowed for the variant stream.
|
ConfigurationCommonVariantStream.TypeVariance |
getTypeVariance()
Returns the type variance setting specifying whether the variant stream accepts event of
only the predefined types or any type.
|
List<String> |
getVariantTypeNames()
Returns the names of event types that a predefined for the variant stream.
|
void |
setTypeVariance(ConfigurationCommonVariantStream.TypeVariance typeVariance)
Sets the type variance setting specifying whether the variant stream accepts event of
only the predefined types or any type.
|
public ConfigurationCommonVariantStream.TypeVariance getTypeVariance()
public void setTypeVariance(ConfigurationCommonVariantStream.TypeVariance typeVariance)
typeVariance
- type variance settingpublic List<String> getVariantTypeNames()
public void addEventTypeName(String eventTypeName)
eventTypeName
- name of the event type to allow in the variant streamCopyright © 2005–2022. All rights reserved.