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

jadex.base.service.awareness.discovery.message.IMessageAwarenessService Maven / Gradle / Ivy

Go to download

The Jadex platform base package contains functionality useful for constructing platforms.

The newest version!
package jadex.base.service.awareness.discovery.message;

import jadex.bridge.IComponentIdentifier;
import jadex.commons.future.IFuture;

/**
 *  Discovery service called when a message is received. 
 */
public interface IMessageAwarenessService 
{
	/**
	 *  Announce a potentially new component identifier.
	 *  @param cid The component identifier.
	 */
	public IFuture announceComponentIdentifier(IComponentIdentifier cid);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy