public interface LightAcker
| Modifier and Type | Method and Description |
|---|---|
void |
ack(Object o)
Ack a (spout) tuple.
|
void |
fail(Object o)
Fail a (spout) tuple.
|
void ack(Object o)
o - the associated objectvoid fail(Object o)
o - the associated objectCopyright © 2022. All rights reserved.