E
- public interface Discriminator<E> extends LifeCycle
The returned value can depend on any data available at the time of the call, including data contained within the currently running thread.
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDiscriminatingValue(E e)
Given event 'e' return a discriminating value.
|
java.lang.String |
getKey()
The key or variable name under which the discriminating value should be
exported into the host environment.
|
java.lang.String getDiscriminatingValue(E e)
e
- java.lang.String getKey()
Copyright © 2010 - 2020 Adobe. All Rights Reserved