Uses of Interface
com.exonum.binding.core.service.ExecutionContext
| Package | Description |
|---|---|
| com.exonum.binding.core.service |
-
Uses of ExecutionContext in com.exonum.binding.core.service
Methods in com.exonum.binding.core.service that return ExecutionContext Modifier and Type Method Description ExecutionContextExecutionContext.Builder. build()Creates the transaction context instance.Methods in com.exonum.binding.core.service with parameters of type ExecutionContext Modifier and Type Method Description default voidService. afterTransactions(ExecutionContext context)Handles the changes made by all transactions included in the upcoming block.voidConfigurable. applyConfiguration(ExecutionContext context, Configuration configuration)Applies the given configuration to this service.default voidService. beforeTransactions(ExecutionContext context)An optional callback method invoked by the blockchain before any transactions in a block are executed.default voidService. initialize(ExecutionContext context, Configuration configuration)Performs an initial configuration of the service instance.default voidService. resume(ExecutionContext context, byte[] arguments)Resumes the previously stopped service instance.voidConfigurable. verifyConfiguration(ExecutionContext context, Configuration configuration)Verifies the correctness of the proposed configuration.