Package com.flowable.engage.message.api


package com.flowable.engage.message.api
  • Class
    Description
    The enumeration of message categories.
    An interface with constants about the supported content types used in Message.getMainContentType().
    This represents the information for the last read message for a certain user in a certain conversation
    Representing a sub type for an Message object, which is used in Message Type as well as sub types are fully customizable, choose them carefully so filtering for types and sub types might match the requirements for messages and events within subscriptions (e.g. for bots).
    Representing a type for an Message object, which is used in Message Type as well as sub types are fully customizable, choose them carefully so filtering for types and sub types might match the requirements for messages and events within subscriptions (e.g. for bots).
    The message object that holds all relevant data describing the event, message, action, etc
     
    The message builder API to create messages to be sent to a conversation using the MessageBuilder.send(String) method within the builder.