stream

package
v0.0.0-...-4c0c530 Latest Latest
Warning

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

Go to latest
Published: Jul 14, 2022 License: BSD-3-Clause Imports: 24 Imported by: 0

Documentation

Index

Constants

View Source
const (
	IndexerTimeout = 3 * time.Minute
	MaxTxRead      = 500
)

Variables

View Source
var (
	ErrUnknownVM = errors.New("unknown VM")

	ErrInvalidTopicName    = errors.New("invalid topic name")
	ErrWrongTopicEventType = errors.New("wrong topic event type")
	ErrWrongTopicNetworkID = errors.New("wrong topic networkID")
)
View Source
var (

	// ErrNoMessage is no message
	ErrNoMessage = errors.New("no message")
)

Functions

func AXChainNotReady

func AXChainNotReady(err error) bool

func ChainNotReady

func ChainNotReady(err error) bool

func GetTopicName

func GetTopicName(networkID uint32, chainID string, eventType EventType) string

func IndexNotReady

func IndexNotReady(err error) bool

func NewMessage

func NewMessage(id string,
	chainID string,
	body []byte,
	timestamp int64,
	nanosecond int64,
) services.Consumable

func NewProducerAXChain

func NewProducerAXChain(sc *servicesctrl.Control, conf cfg.Config) utils.ListenCloser

func TrimNL

func TrimNL(msg string) string

func UpdateTxPool

func UpdateTxPool(
	ctxTimeout time.Duration,
	conns *utils.Connections,
	persist db.Persist,
	txPool *db.TxPool,
	sc *servicesctrl.Control,
) error

Types

type EventType

type EventType string
const (
	EventTypeConsensus EventType = "consensus"
	EventTypeDecisions EventType = "decisions"
)

type IndexType

type IndexType byte
const (
	IndexTypeTransactions IndexType = iota
	IndexTypeVertices
	IndexTypeBlocks
)

func (IndexType) String

func (t IndexType) String() string

type IndexedChain

type IndexedChain byte
const (
	IndexXChain IndexedChain = iota
	IndexCoreChain
	IndexAXChain
)

func (IndexedChain) String

func (t IndexedChain) String() string

type Message

type Message struct {
	// contains filtered or unexported fields
}

Message is a message on the event stream

func (*Message) Body

func (m *Message) Body() []byte

func (*Message) ChainID

func (m *Message) ChainID() string

func (*Message) ID

func (m *Message) ID() string

func (*Message) Nanosecond

func (m *Message) Nanosecond() int64

func (*Message) Timestamp

func (m *Message) Timestamp() int64

type ProcessorDB

type ProcessorDB interface {
	Process(*utils.Connections, *db.TxPool) error
	Close() error
	ID() string
	Topic() []string
}

type ProcessorFactoryChainDB

type ProcessorFactoryChainDB func(*servicesctrl.Control, cfg.Config, string, string) (ProcessorDB, error)

func NewConsumerDBFactory

func NewConsumerDBFactory(factory serviceConsumerFactory, eventType EventType) ProcessorFactoryChainDB

NewConsumerFactory returns a processorFactory for the given service consumer

type ProcessorFactoryInstDB

type ProcessorFactoryInstDB func(*servicesctrl.Control, cfg.Config) (ProcessorDB, error)

func NewConsumerAXChainDB

func NewConsumerAXChainDB() ProcessorFactoryInstDB

type ProducerAXChain

type ProducerAXChain struct {
	// contains filtered or unexported fields
}

func (*ProducerAXChain) Close

func (p *ProducerAXChain) Close() error

func (*ProducerAXChain) Failure

func (p *ProducerAXChain) Failure()

func (*ProducerAXChain) ID

func (p *ProducerAXChain) ID() string

func (*ProducerAXChain) Listen

func (p *ProducerAXChain) Listen() error

func (*ProducerAXChain) Success

func (p *ProducerAXChain) Success()

type ProducerChain

type ProducerChain struct {
	// contains filtered or unexported fields
}

func NewProducerChain

func NewProducerChain(sc *servicesctrl.Control, conf cfg.Config, chainID string, eventType EventType, indexerType IndexType, indexerChain IndexedChain) (*ProducerChain, error)

func (*ProducerChain) Close

func (p *ProducerChain) Close() error

func (*ProducerChain) Failure

func (p *ProducerChain) Failure()

func (*ProducerChain) ID

func (p *ProducerChain) ID() string

func (*ProducerChain) Listen

func (p *ProducerChain) Listen() error

func (*ProducerChain) Success

func (p *ProducerChain) Success()

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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