Documentation ¶
Index ¶
- func StartServer(ctx context.Context, svr *Server, probeSvr *probe.Server, cfg config.Config)
- type HeartbeatHandler
- type Server
- func (s *Server) ChainService(id uint32) *chainservice.ChainService
- func (s *Server) Dispatcher() dispatcher.Dispatcher
- func (s *Server) NewSubChainService(cfg config.Config, opts ...chainservice.Option) error
- func (s *Server) P2PAgent() *p2p.Agent
- func (s *Server) Start(ctx context.Context) error
- func (s *Server) Stop(ctx context.Context) error
- func (s *Server) StopChainService(ctx context.Context, id uint32) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type HeartbeatHandler ¶ added in v0.2.0
type HeartbeatHandler struct {
// contains filtered or unexported fields
}
HeartbeatHandler is the handler to periodically log the system key metrics
func NewHeartbeatHandler ¶ added in v0.2.0
func NewHeartbeatHandler(s *Server, cfg p2p.Network) *HeartbeatHandler
NewHeartbeatHandler instantiates a HeartbeatHandler instance
func (*HeartbeatHandler) Log ¶ added in v0.3.0
func (h *HeartbeatHandler) Log()
Log executes the logging logic
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
Server is the iotex server instance containing all components.
func NewInMemTestServer ¶ added in v0.3.0
NewInMemTestServer creates a test server in memory
func NewServer ¶
NewServer creates a new server TODO clean up config, make root config contains network, dispatch and chainservice
func (*Server) ChainService ¶ added in v0.4.0
func (s *Server) ChainService(id uint32) *chainservice.ChainService
ChainService returns the chainservice hold in Server with given id.
func (*Server) Dispatcher ¶ added in v0.3.0
func (s *Server) Dispatcher() dispatcher.Dispatcher
Dispatcher returns the Dispatcher
func (*Server) NewSubChainService ¶ added in v0.4.4
NewSubChainService creates a new chain service in this server.
Click to show internal directories.
Click to hide internal directories.