public abstract class AsyncTaskRequest extends MessageRequest
Constructor and Description |
---|
AsyncTaskRequest(int uuid,
String topic,
int partition,
String ftpsFilePath)
Constructs new AsyncTaskRequest.
|
Modifier and Type | Method and Description |
---|---|
String |
getFtpsFilePath() |
getCreateTimestamp, getPartition, getTopic, getUuid, name
public AsyncTaskRequest(int uuid, String topic, int partition, String ftpsFilePath)
uuid
- unique integer ID for this requesttopic
- topic being operated uponpartition
- partition number being operated uponftpsFilePath
- file path to FTPS filepublic String getFtpsFilePath()