org.activecomponents.webservice.messages.PullResultMessage Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jadex-platform-webservice-websocket Show documentation
Show all versions of jadex-platform-webservice-websocket Show documentation
Jadex websocket webservice implementation
package org.activecomponents.webservice.messages;
/**
* Message for pulling a result.
*/
public class PullResultMessage extends BaseMessage
{
//todo: support terminate with exception
/**
* Create a new message.
*/
public PullResultMessage()
{
}
/**
* Create a new message.
*/
public PullResultMessage(String callid)
{
super(callid);
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy