Interface PayloadReader

    • Method Detail

      • read

        Publisher<GatewayPayload<?>> read​(ByteBuf payload)
        Read from the input buffer and encode to a single object.
        Parameters:
        payload - the input byte buffer
        Returns:
        a publisher of GatewayPayload representing the inbound payload