Class AuditConsumerChannelHandlerImpl
java.lang.Object
org.activiti.cloud.services.audit.jpa.streams.AuditConsumerChannelHandlerImpl
- All Implemented Interfaces:
AuditConsumerChannelHandler
@Transactional(propagation=REQUIRES_NEW)
public class AuditConsumerChannelHandlerImpl
extends Object
implements AuditConsumerChannelHandler
-
Constructor Summary
ConstructorsConstructorDescriptionAuditConsumerChannelHandlerImpl(EventsRepository eventsRepository, APIEventToEntityConverters eventConverters) -
Method Summary
Modifier and TypeMethodDescriptionvoidreceiveCloudRuntimeEvent(Map<String, Object> headers, CloudRuntimeEvent<?, ?>... events)
-
Constructor Details
-
AuditConsumerChannelHandlerImpl
public AuditConsumerChannelHandlerImpl(EventsRepository eventsRepository, APIEventToEntityConverters eventConverters)
-
-
Method Details