Class EventChunker

java.lang.Object
org.activiti.cloud.services.events.message.EventChunker

public class EventChunker extends Object
  • Constructor Details

    • EventChunker

      public EventChunker(com.fasterxml.jackson.databind.ObjectMapper objectMapper, RuntimeBundleProperties runtimeBundleProperties)
  • Method Details

    • chunk

      public Collection<List<org.activiti.cloud.api.model.shared.impl.events.CloudRuntimeEventImpl<?,?>>> chunk(List<org.activiti.cloud.api.model.shared.impl.events.CloudRuntimeEventImpl<?,?>> events)