Package cn.sliew.carp.framework.queue.kekio
package cn.sliew.carp.framework.queue.kekio
-
ClassDescriptionMessageHandler<M extends Message>The callback parameter type passed to [Queue.poll].Holds a
Messageobject in aThreadLocal.QueueExecutor<T extends Executor>The processor that fetches messages from theQueueand hands them off to the appropriateMessageHandler.