Class EventChunker
java.lang.Object
org.activiti.cloud.services.events.message.EventChunker
-
Constructor Summary
ConstructorsConstructorDescriptionEventChunker(com.fasterxml.jackson.databind.ObjectMapper objectMapper, RuntimeBundleProperties runtimeBundleProperties) -
Method Summary
Modifier and TypeMethodDescriptionCollection<List<org.activiti.cloud.api.model.shared.impl.events.CloudRuntimeEventImpl<?, ?>>>
-
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)
-