Documentation ¶
Index ¶
Constants ¶
View Source
const ( MAX_REQ_CNT = 3 MIN_DELAY_TIME = 100 //ms )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type IWorkerService ¶
type IWorkerService interface { Stop() // contains filtered or unexported methods }
var WorkerService IWorkerService
func NewWorkerService ¶
func NewWorkerService(rpcPort int64, workerId string, workerIp string) IWorkerService
type WorkerConsumer ¶
type WorkerConsumer struct { }
func (*WorkerConsumer) ConsumerDelayMsg ¶
延时消息消费
Click to show internal directories.
Click to hide internal directories.