public interface EventTranslatorConfig
EventTranslatorConfig interface.
Modifier and Type | Field and Description |
---|---|
static String |
TRANSLATOR_NAME |
Modifier and Type | Method and Description |
---|---|
List<String> |
getUEIList()
Get the list of UEIs that are registered in the passive status configuration.
|
boolean |
isTranslationEvent(Event e)
Determine if the @param e is a translation event
|
List<Event> |
translateEvent(Event e)
Translate the @param e to a new event
|
void |
update()
update
|
static final String TRANSLATOR_NAME
List<String> getUEIList()
boolean isTranslationEvent(Event e)
e
- EventList<Event> translateEvent(Event e)
e
- EventCopyright © 2019. All rights reserved.