Package com.avoka.fc.core.event
Class EventConfig
java.lang.Object
com.avoka.fc.core.event.EventConfig
Contains the configuration for an event and the relevant entry conditions that need to be met
- Since:
- 22.10.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetEntityName(String entityName) voidsetEntryConditions(List<EntryCondition> entryConditions) voidsetEventType(String eventType) voidsetServiceConnectionId(Long serviceConnectionId)
-
Constructor Details
-
EventConfig
public EventConfig()
-
-
Method Details
-
getEntityName
-
setEntityName
-
getEventType
-
setEventType
-
getEntryConditions
-
setEntryConditions
-
getServiceConnectionId
-
setServiceConnectionId
-