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
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setEntityName
(String entityName) void
setEntryConditions
(List<EntryCondition> entryConditions) void
setEventType
(String eventType) void
setServiceConnectionId
(Long serviceConnectionId)
-
Constructor Details
-
EventConfig
public EventConfig()
-
-
Method Details
-
getEntityName
-
setEntityName
-
getEventType
-
setEventType
-
getEntryConditions
-
setEntryConditions
-
getServiceConnectionId
-
setServiceConnectionId
-