| Package | Description |
|---|---|
| com.mulesoft.mule.runtime.module.batch | |
| com.mulesoft.mule.runtime.module.batch.internal.kryo |
| Modifier and Type | Class and Description |
|---|---|
class |
BatchEventWithSecurity
Adds SecurityContext to existing BatchEvent without braking previously serialized BatchEvent in older Mule versions, hence we
create a new class that extends BatchEvent
|
| Modifier and Type | Method and Description |
|---|---|
static BatchEvent |
BatchEvent.of(org.mule.runtime.core.api.event.CoreEvent event) |
| Modifier and Type | Method and Description |
|---|---|
void |
BatchEventSerializer.write(com.esotericsoftware.kryo.Kryo kryo,
com.esotericsoftware.kryo.io.Output output,
BatchEvent event) |
| Modifier and Type | Method and Description |
|---|---|
BatchEventWithSecurity |
BatchEventSerializer.read(com.esotericsoftware.kryo.Kryo kryo,
com.esotericsoftware.kryo.io.Input input,
Class<BatchEvent> type) |
Copyright © 2006–2024 MuleSoft, Inc.. All rights reserved.