public class UserConnectedCmd extends Object implements Command<Void>
protected String
tenantId
userId
UserConnectedCmd(String userId, String tenantId)
Void
execute(CommandContext commandContext)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
protected final String userId
protected final String tenantId
public UserConnectedCmd(String userId, String tenantId)
public Void execute(CommandContext commandContext)
execute
Command<Void>