All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.networknt.tram.command.common.ReplyMessageHeaders Maven / Gradle / Ivy

package com.networknt.tram.command.common;

public class ReplyMessageHeaders {

  public static final String REPLY_TYPE = "reply_type"; // Unused??
  public static final String IN_REPLY_TO = "reply_to_message_id";

  public static final String REPLY_OUTCOME = "reply_outcome-type";
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy