Class UserTypingCmd

java.lang.Object
com.flowable.engage.engine.impl.cmd.UserTypingCmd
All Implemented Interfaces:
org.flowable.common.engine.impl.interceptor.Command<Void>

public class UserTypingCmd extends Object implements org.flowable.common.engine.impl.interceptor.Command<Void>
Author:
Filip Hrisafov
  • Field Details

    • conversationId

      protected final String conversationId
    • userId

      protected final String userId
  • Constructor Details

    • UserTypingCmd

      public UserTypingCmd(String conversationId, String userId)
  • Method Details

    • execute

      public Void execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
      Specified by:
      execute in interface org.flowable.common.engine.impl.interceptor.Command<Void>