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

io.virtualan.message.core.MessageObject Maven / Gradle / Ivy

package io.virtualan.message.core;

import lombok.Data;
import org.json.JSONObject;
import org.springframework.messaging.MessageHeaders;

@Data
public class MessageObject {

	private JSONObject jsonObject;
	private String outboundTopic;
	private String inboundTopic;
	private MessageHeaders headers;

	private String messageKey;
	private String outputMessage;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy