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 Detail

      • reachedEndOfTopic

        default void reachedEndOfTopic​(Consumer<T> consumer)
        Get the notification when a topic is terminated.
        Parameters:
        consumer - the Consumer object associated with the terminated topic