| Package | Description |
|---|---|
| io.zeebe.logstreams.impl | |
| io.zeebe.logstreams.log | |
| io.zeebe.logstreams.processor |
| Modifier and Type | Class and Description |
|---|---|
class |
LoggedEventImpl
Represents the implementation of the logged event.
|
| Modifier and Type | Method and Description |
|---|---|
LoggedEvent |
BufferedLogStreamReader.next() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
EventFilter.applies(LoggedEvent event) |
EventProcessor |
StreamProcessor.onEvent(LoggedEvent event)
Returns a specific processor to process the event which is read from the log stream, if
available.
|
Copyright © 2017–2018 camunda services GmbH. All rights reserved.