Interface RbelFacet

    • Method Detail

      • getChildElements

        RbelMultiMap<RbelElement> getChildElements()
        Child elements for this facet. The content of the child elements should always be directly or indirectly be taken from the parent element of this facet (e.g. decrypted data is acceptable).
        Returns:
        A map containing all child elements along with their name (key)
      • shouldExpectReplyMessage

        default boolean shouldExpectReplyMessage()
        When parsing a message this gives feedback if we can expect a paired response-message to be transmitted. (would be true for an HTTP-Request, false for HTTP-Response, false for a STOMP-message...). Will consequently be false for all non-message-protocols. (When we encounter a stray JSON-message directly transmitted via TCP we should not expect the server to send a reply).
        Returns:
        Whether we should expect a reply message.