Interface Protocol.PresenceResultOrBuilder

    • Method Detail

      • getPresenceCount

        int getPresenceCount()
        map<string, .protocol.ClientInfo> presence = 1;
      • containsPresence

        boolean containsPresence​(java.lang.String key)
        map<string, .protocol.ClientInfo> presence = 1;
      • getPresenceMap

        java.util.Map<java.lang.String,​Protocol.ClientInfo> getPresenceMap()
        map<string, .protocol.ClientInfo> presence = 1;
      • getPresenceOrThrow

        Protocol.ClientInfo getPresenceOrThrow​(java.lang.String key)
        map<string, .protocol.ClientInfo> presence = 1;