Package io.vertx.ext.consul
Interface TxnOperation
-
- All Known Implementing Classes:
TxnKVOperation
,TxnServiceOperation
public interface TxnOperation
Represents operation in transaction. The available operation types are KV and Service- Author:
- Ruslan Sennov
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TxnOperationType
getOperationType()
Returns the type of operation in a transaction
-
-
-
Method Detail
-
getOperationType
TxnOperationType getOperationType()
Returns the type of operation in a transaction- Returns:
- the type of operation in a transaction
-
-