Uses of Interface
com.exonum.binding.core.service.BlockCommittedEvent
| Package | Description |
|---|---|
| com.exonum.binding.core.runtime | |
| com.exonum.binding.core.service |
-
Uses of BlockCommittedEvent in com.exonum.binding.core.runtime
Methods in com.exonum.binding.core.runtime with parameters of type BlockCommittedEvent Modifier and Type Method Description voidServiceRuntime. afterCommit(BlockCommittedEvent event)Notifies the services in the runtime of the block commit event. -
Uses of BlockCommittedEvent in com.exonum.binding.core.service
Classes in com.exonum.binding.core.service that implement BlockCommittedEvent Modifier and Type Class Description classBlockCommittedEventImplMethods in com.exonum.binding.core.service with parameters of type BlockCommittedEvent Modifier and Type Method Description default voidService. afterCommit(BlockCommittedEvent event)Handles read-only block commit event.