deliverclient

package
v1.0.0-beta2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 2, 2020 License: Apache-2.0 Imports: 14 Imported by: 40

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func WithBlockNum

func WithBlockNum(value uint64) options.Opt

WithBlockNum specifies the block number from which events are to be received. Note that this option is only valid if SeekType is set to SeekFrom.

func WithSeekType

func WithSeekType(value seek.Type) options.Opt

WithSeekType specifies the point from which block events are to be received.

Types

type Client

type Client struct {
	*client.Client
	// contains filtered or unexported fields
}

Client connects to a peer and receives channel events, such as bock, filtered block, chaincode, and transaction status events.

func New

func New(context fabcontext.Client, chConfig fab.ChannelCfg, discoveryService fab.DiscoveryService, opts ...options.Opt) (*Client, error)

New returns a new deliver event client

func (*Client) PermitBlockEvents

func (p *Client) PermitBlockEvents()

func (*Client) SetConnectionProvider

func (p *Client) SetConnectionProvider(connProvider api.ConnectionProvider)

SetConnectionProvider is only used in unit tests

func (*Client) SetFromBlock

func (p *Client) SetFromBlock(value uint64)

func (*Client) SetResponseTimeout

func (p *Client) SetResponseTimeout(value time.Duration)

func (*Client) SetSeekType

func (p *Client) SetSeekType(value seek.Type)

func (*Client) SetSnapshot

func (p *Client) SetSnapshot(value fab.EventSnapshot) error

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL