Package com.attivio.sdk.transport
Interface MessageEmitter
-
- All Superinterfaces:
java.io.Serializable
public interface MessageEmitter extends java.io.Serializable
Handles routing messages to the correct component inside the bus.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PlatformMessage
emit(PlatformMessage msg, boolean synchronous, java.net.URI srcURI)
send a message to the internal URI.
-
-
-
Method Detail
-
emit
PlatformMessage emit(PlatformMessage msg, boolean synchronous, java.net.URI srcURI) throws TransportException
send a message to the internal URI.- Throws:
TransportException
-
-