Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Metrics ¶
func NewMetrics ¶
type OrdererConfigFetcher ¶
type OrdererConfigFetcher interface {
OrdererConfig() (channelconfig.Orderer, bool)
}
type Receiver ¶
type Receiver interface { //应按顺序调用已排序的消息 //“messagebatches”中的每个批都将被包装成一个块。 //`pending`指示接收器中是否仍有挂起的消息。 Ordered(msg *cb.Envelope) (messageBatches [][]*cb.Envelope, pending bool) //CUT返回当前批次并开始新批次 Cut() []*cb.Envelope }
接收器定义有序广播消息的接收器
func NewReceiverImpl ¶
func NewReceiverImpl(channelID string, sharedConfigFetcher OrdererConfigFetcher, metrics *Metrics) Receiver
NewReceiverImpl基于给定的configtxorder管理器创建接收器实现
Directories ¶
Path | Synopsis |
---|---|
此源码被清华学神尹成大魔王专业翻译分析并修改 尹成QQ77025077 尹成微信18510341407 尹成所在QQ群721929980 尹成邮箱 yinc13@mails.tsinghua.edu.cn 尹成毕业于清华大学,微软区块链领域全球最有价值专家 https://mvp.microsoft.com/zh-cn/PublicProfile/4033620 伪造者生成的代码。
|
此源码被清华学神尹成大魔王专业翻译分析并修改 尹成QQ77025077 尹成微信18510341407 尹成所在QQ群721929980 尹成邮箱 yinc13@mails.tsinghua.edu.cn 尹成毕业于清华大学,微软区块链领域全球最有价值专家 https://mvp.microsoft.com/zh-cn/PublicProfile/4033620 伪造者生成的代码。 |
Click to show internal directories.
Click to hide internal directories.