Package 

Interface MessageHandlerGenerator

    • Method Summary

      Modifier and Type Method Description
      abstract Flow<Out> handle(In message) Handle the received message and return resulting generated messages.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • handle

         abstract Flow<Out> handle(In message)

        Handle the received message and return resulting generated messages.

        Parameters:
        message - the received message