Package | Description |
---|---|
org.hyperledger.fabric.sdk |
Modifier and Type | Method and Description |
---|---|
BlockEvent |
BlockEvent.TransactionEvent.getBlockEvent()
The BlockEvent for this TransactionEvent.
|
BlockEvent |
QueuedBlockEvent.getBlockEvent()
The BlockEvent received.
|
BlockEvent |
Peer.PeerEventingServiceDisconnectEvent.getLatestBLockReceived()
The latest BlockEvent received by peer eventing service.
|
Modifier and Type | Method and Description |
---|---|
void |
BlockListener.received(BlockEvent blockEvent)
Receive a block event from the Channel
|
void |
ChaincodeEventListener.received(String handle,
BlockEvent blockEvent,
ChaincodeEvent chaincodeEvent)
Receiving a chaincode event.
|
Copyright © 2022. All rights reserved.