Interface BlendingReceiver

All Known Subinterfaces:
Router
All Known Implementing Classes:
MessageVortexRouting, SimpleRouterImplementation

public interface BlendingReceiver
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    This Method is called by the Blending layer if a vmessage has been extracted.
  • Method Details

    • gotMessage

      boolean gotMessage(VortexMessage message)

      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