public interface LogStreamFailureListener
| Modifier and Type | Method and Description |
|---|---|
void |
onFailed(long failedPosition)
indicates that events after the provided position have failed to be written.
|
void |
onRecovered()
indicates that the stream is writable again after recovering from an error.
|
Copyright © 2017–2018 camunda services GmbH. All rights reserved.