Class IntegrationErrorReceivedEventConverter
- java.lang.Object
-
- org.activiti.cloud.services.audit.jpa.converters.BaseEventToEntityConverter
-
- org.activiti.cloud.services.audit.jpa.converters.IntegrationErrorReceivedEventConverter
-
- All Implemented Interfaces:
EventToEntityConverter<AuditEventEntity>
public class IntegrationErrorReceivedEventConverter extends BaseEventToEntityConverter
-
-
Constructor Summary
Constructors Constructor Description IntegrationErrorReceivedEventConverter(EventContextInfoAppender eventContextInfoAppender)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected CloudRuntimeEventImpl<?,?>createAPIEvent(AuditEventEntity auditEventEntity)protected IntegrationErrorReceivedEventEntitycreateEventEntity(CloudRuntimeEvent cloudRuntimeEvent)StringgetSupportedEvent()-
Methods inherited from class org.activiti.cloud.services.audit.jpa.converters.BaseEventToEntityConverter
convertToAPI, convertToEntity
-
-
-
-
Constructor Detail
-
IntegrationErrorReceivedEventConverter
public IntegrationErrorReceivedEventConverter(EventContextInfoAppender eventContextInfoAppender)
-
-
Method Detail
-
getSupportedEvent
public String getSupportedEvent()
-
createEventEntity
protected IntegrationErrorReceivedEventEntity createEventEntity(CloudRuntimeEvent cloudRuntimeEvent)
- Specified by:
createEventEntityin classBaseEventToEntityConverter
-
createAPIEvent
protected CloudRuntimeEventImpl<?,?> createAPIEvent(AuditEventEntity auditEventEntity)
- Specified by:
createAPIEventin classBaseEventToEntityConverter
-
-