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 Details
-
getName
String getName() -
getDescriptionKey
String getDescriptionKey() -
getVariables
Map<String,IntegrationEventVariable> getVariables() -
getGroup
IntegrationEventGroup getGroup()
-