@FunctionalInterface public interface PresenceHandler extends Serializable
PresenceManager.setPresenceHandler(PresenceHandler)
Modifier and Type | Interface and Description |
---|---|
static interface |
PresenceHandler.PresenceContext
The context of the user presence.
|
Modifier and Type | Method and Description |
---|---|
Registration |
handlePresence(PresenceHandler.PresenceContext context)
Handles a change of user presence in a topic.
|
Registration handlePresence(PresenceHandler.PresenceContext context)
context
- the context of the user presence, not null
Copyright © 2024. All rights reserved.