Package net.messagevortex.blender
Interface BlendingReceiver
- All Known Subinterfaces:
Router
- All Known Implementing Classes:
MessageVortexRouting,SimpleRouterImplementation
public interface BlendingReceiver
-
Method Summary
Modifier and TypeMethodDescriptionbooleangotMessage(VortexMessage message) This Method is called by the Blending layer if a vmessage has been extracted.
-
Method Details
-
gotMessage
This Method is called by the Blending layer if a vmessage has been extracted.
- Parameters:
message- the vortex message to be processed- Returns:
- true if processing was successful
-