public interface TransactionSpan extends AutoCloseable
| Modifier and Type | Method and Description |
|---|---|
void |
annotate(String annotation) |
void |
close() |
void |
exception(EventstormSqlException cause) |
void |
exception(SQLException cause) |
void |
tag(String key,
String value) |
void close()
close in interface AutoCloseablevoid exception(EventstormSqlException cause)
void exception(SQLException cause)
void annotate(String annotation)
Copyright © 2019. All rights reserved.