public interface ActivationHandler extends Consumer<ActionDispatcher>
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.
Copyright © 2024. All rights reserved.