T - the type parameterpublic abstract class QueueConsumerExecutor<T>
extends java.lang.Object
implements java.lang.Runnable
| Constructor and Description |
|---|
QueueConsumerExecutor() |
| Modifier and Type | Method and Description |
|---|---|
T |
getData()
get data.
|
void |
setData(T data)
set data.
|
Copyright © 2023 The Apache Software Foundation. All rights reserved.