| Package | Description |
|---|---|
| io.axoniq.axonserver.connector.event | |
| io.axoniq.axonserver.connector.event.impl |
| Modifier and Type | Method and Description |
|---|---|
AppendEventsTransaction |
AppendEventsTransaction.appendEvent(Event event)
Append the given event to be committed as part of this transaction.
|
AppendEventsTransaction |
EventChannel.startAppendEventsTransaction()
Starts a new transaction to append events.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AppendEventsTransactionImpl
Implementation of the
AppendEventsTransaction used to append events to the Event Store. |
| Modifier and Type | Method and Description |
|---|---|
AppendEventsTransaction |
AppendEventsTransactionImpl.appendEvent(Event event) |
AppendEventsTransaction |
EventChannelImpl.startAppendEventsTransaction() |
Copyright © 2020–2022 AxonIQ BV. All rights reserved.