Interface IPortalMessageHandler

All Superinterfaces:
Serializable
All Known Implementing Classes:
PortalMessageSession

public interface IPortalMessageHandler extends Serializable
Interface to define a message handler
Since:
9.2
Author:
m.mahabiersing
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Reacts to a message posted to the message bus
  • Method Details

    • handle

      void handle(IPortalMessage message)
      Reacts to a message posted to the message bus
      Parameters:
      message - The massage to handle