guarana.toolkit.adapter
Interface IAsyncOutIn
- All Superinterfaces:
- Remote
- All Known Implementing Classes:
- OutInCommunicator
public interface IAsyncOutIn
- extends Remote
Represents the basic interface to push response messages back to the OutIn-Communicator
- Since:
- Guaranį SDK 1.0.0
- Author:
- Rafael Z. Frantz
Method Summary |
void |
callback(Message<?> response)
Notifies the communicator that the response is now completed and ready to be sent back to the solution. |
callback
void callback(Message<?> response)
throws RemoteException
- Notifies the communicator that the response is now completed and ready to be sent back to the solution.
- Parameters:
response
- The response message.
- Throws:
RemoteException
- if any remote exception is raised during this method execution.
Guaranį DSL Home