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
Constructors Constructor Description AuditConsumerChannelHandlerImpl(EventsRepository eventsRepository, APIEventToEntityConverters eventConverters)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidreceiveCloudRuntimeEvent(Map<String,Object> headers, CloudRuntimeEvent<?,?>... events)
-
-
-
Constructor Detail
-
AuditConsumerChannelHandlerImpl
public AuditConsumerChannelHandlerImpl(EventsRepository eventsRepository, APIEventToEntityConverters eventConverters)
-
-
Method Detail
-
receiveCloudRuntimeEvent
@StreamListener("auditConsumer") public void receiveCloudRuntimeEvent(@Headers Map<String,Object> headers, CloudRuntimeEvent<?,?>... events)- Specified by:
receiveCloudRuntimeEventin interfaceAuditConsumerChannelHandler
-
-