public abstract class WorkerSpout extends Object
| Constructor and Description |
|---|
WorkerSpout() |
| Modifier and Type | Method and Description |
|---|---|
void |
ack(Object msgId) |
void |
close() |
void |
fail(Object msgId) |
abstract WorkerTuple |
nextTuple() |
void |
open() |
public void open()
public void close()
public void ack(Object msgId)
public void fail(Object msgId)
public abstract WorkerTuple nextTuple() throws Exception
ExceptionCopyright © 2013–2017 V5 Analytics. All rights reserved.