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

org.distributeme.agents.transporter.TransporterService Maven / Gradle / Ivy

There is a newer version: 4.0.2
Show newest version
package org.distributeme.agents.transporter;

import net.anotheria.anoprise.metafactory.Service;

import org.distributeme.agents.AgentPackage;
import org.distributeme.annotation.DistributeMe;
import org.distributeme.annotation.SupportService;

@DistributeMe(moskitoSupport=false, factoryClazz=TransporterServiceFactory.class)
@SupportService
public interface TransporterService extends Service{
	void receiveAndAwakeAgent(AgentPackage agent) throws TransporterServiceException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy