Interface ActiveThreads


  • public interface ActiveThreads
    • Method Detail

      • getServerThreadChannels

        java.util.List<ServerThreadChannel> getServerThreadChannels()
        Gets the active threads.
        Returns:
        The active Server Thread Channels.
      • getThreadMembers

        java.util.List<ThreadMember> getThreadMembers()
        A thread member object for each returned thread the current user has joined.
        Returns:
        The thread members.