Package com.streambase.sb.client
Interface DequeueResult.Interceptor
- Enclosing class:
DequeueResult
public static interface DequeueResult.Interceptor
A callback interface that can be implemented by an object that is associated with
a StreamBaseClient and which gets used in the course of dequeuing tuples.
- Since:
- 5.1
-
Method Summary
Modifier and TypeMethodDescriptionprocessResult
(DequeueResult results) Take a DequeueResult and modify it.