Interface ActivationHandler

  • All Superinterfaces:
    java.util.function.Consumer<ActionDispatcher>

    public interface ActivationHandler
    extends java.util.function.Consumer<ActionDispatcher>
    Defines when to execute the connection callback

    A connection is not active when it's newly created. When being activated, the activation callback of the connection should be invoked (or re-invoked when re-activating the connection).

    When being deactivated, the topic no longer has reference to the connection.

    Since:
    1.0
    Author:
    Vaadin Ltd
    • Method Summary

      • Methods inherited from interface java.util.function.Consumer

        accept, andThen