Interface OpenFunction

    • Method Detail

      • accept

        Out accept​(Context context,
                   java.lang.String payload)
            throws java.lang.Exception
        Called to service an incoming event. This interface is implemented by user code to provide the action for a given function.
        Parameters:
        context - context
        payload - incoming event
        Returns:
        Out
        Throws:
        java.lang.Exception - Exception