package orderer

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

service AtomicBroadcast

ab.proto:74

message BatchSize

configuration.proto:35

message BatchTimeout

configuration.proto:47

message ChannelRestrictions

configuration.proto:62

ChannelRestrictions is the mssage which conveys restrictions on channel creation for an orderer

message ConsensusType

configuration.proto:31

message KafkaBrokers

configuration.proto:55

Carries a list of bootstrap brokers, i.e. this is not the exclusive set of brokers an ordering service

message SeekInfo

ab.proto:57

SeekInfo specifies the range of requested blocks to return If the start position is not found, an error is immediately returned Otherwise, blocks are returned until a missing block is encountered, then behavior is dictated by the SeekBehavior specified. If BLOCK_UNTIL_READY is specified, the reply will block until the requested blocks are available, if FAIL_IF_NOT_READY is specified, the reply will return an error indicating that the block is not found. To request that all blocks be returned indefinitely as they are created, behavior should be set to BLOCK_UNTIL_READY and the stop should be set to specified with a number of MAX_UINT64

enum SeekInfo.SeekBehavior

ab.proto:58

Used in: SeekInfo

message SeekNewest

ab.proto:33

Used in: SeekPosition

(message has no fields)

message SeekOldest

ab.proto:35

Used in: SeekPosition

(message has no fields)

message SeekPosition

ab.proto:41

Used in: SeekInfo

message SeekSpecified

ab.proto:37

Used in: SeekPosition