Interface FUSRule

    • Field Detail

      • EMPTY_ARRAY

        static final FUSRule[] EMPTY_ARRAY
      • FALSE

        static final FUSRule FALSE
    • Method Detail

      • validate

        @NotNull
        @NotNull ValidationResultType validate​(@NotNull
                                               @NotNull java.lang.String data,
                                               @NotNull
                                               @NotNull EventContext context)

        Validates event id and event data before recording it locally. Used to ensure that no personal or proprietary data is recorded.

        Parameters:
        data - what is validated. Event id or the value of event data field.
        context - whole event context, i.e. both event id and event data.