public interface InviteManager
static InviteManagerImpl
ins
void
add(Invite invite)
Invite
get(String secretKey)
remove(String secretKey)
removeByGroupId(String groupId)
update(Invite invite)
static final InviteManagerImpl ins
Invite get(String secretKey)
void add(Invite invite)
void update(Invite invite)
void remove(String secretKey)
void removeByGroupId(String groupId)
Copyright © 2023 Bstek. All rights reserved.