mqtt_task

package
v0.0.0-...-ba5ae49 Latest Latest
Warning

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

Go to latest
Published: Jul 14, 2022 License: Apache-2.0 Imports: 12 Imported by: 0

Documentation

Overview

Copyright 2014 hey Author. All Rights Reserved.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Copyright 2014 hey Author. All Rights Reserved.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Manager

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

func NewManager

func NewManager(initWork func(work task.Work), newWorkEnvironment func() task.WorkEnvironment, workSeqBegin string, svrAddrURI string, startDelay time.Duration) *Manager

func (*Manager) Cert

func (m *Manager) Cert() *tls.Config

func (*Manager) CreateWork

func (m *Manager) CreateWork(seq int) task.Work

func (*Manager) GetServerAddrURI

func (m *Manager) GetServerAddrURI() string

func (*Manager) GetWorkSeqBegin

func (m *Manager) GetWorkSeqBegin() string

type Work

type Work struct {
	work.MqttWork
	// contains filtered or unexported fields
}

* Work 代表一个协程内具体执行任务工作者

func NewWork

func NewWork(manager *Manager, seq int) *Work

func (*Work) AddAction

func (w *Work) AddAction(action task.Action)

func (*Work) Close

func (w *Work) Close(t task.Task)

func (*Work) GetContext

func (w *Work) GetContext() context.Context

func (*Work) GetEnvironment

func (w *Work) GetEnvironment() task.WorkEnvironment

func (*Work) GetSeq

func (w *Work) GetSeq() string

func (*Work) Init

func (w *Work) Init(t task.Task)

func (*Work) IsClosed

func (w *Work) IsClosed() bool

func (*Work) RunWorker

func (w *Work) RunWorker(t task.Task)

func (*Work) SetQPS

func (w *Work) SetQPS(qps float64)

Jump to

Keyboard shortcuts

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