public interface ActivationHandler
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.
Modifier and Type | Method and Description |
---|---|
void |
setActive(boolean active)
Activates or deactivates a connection
|
Copyright © 2021. All rights reserved.