Package com.turtlequeue
Interface EndOfTopicMessageListener<T>
-
- All Superinterfaces:
Serializable
public interface EndOfTopicMessageListener<T> extends Serializable
A listener that will be called when the end of the topic has been reached.
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default voidreachedEndOfTopic(Consumer<T> consumer)Get the notification when a topic is terminated.
-