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

com.evento.common.modeling.messaging.message.application.Metadata Maven / Gradle / Ivy

The newest version!
package com.evento.common.modeling.messaging.message.application;

import java.util.HashMap;

/**
 * The Metadata class represents a collection of key-value pairs that can be used to provide additional information
 * about a message, query, or command.
 * It extends the HashMap class, allowing for easy manipulation and retrieval of metadata values.
 */
public class Metadata extends HashMap {
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy