Interface IntegrationEventDefinition
-
public interface IntegrationEventDefinition
Integration event definition. The implementation defines the contract between the integration event and the code using the integration event. In particular all the variables which are supported by the code using the integration event are defined in the implementation.- Author:
- P. Piernik
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getDescriptionKey()
IntegrationEventGroup
getGroup()
String
getName()
Map<String,IntegrationEventVariable>
getVariables()
-
-
-
Method Detail
-
getName
String getName()
-
getDescriptionKey
String getDescriptionKey()
-
getVariables
Map<String,IntegrationEventVariable> getVariables()
-
getGroup
IntegrationEventGroup getGroup()
-
-