Current section
Files
Jump to
Current section
Files
src/khepri_evf.hrl
%% This Source Code Form is subject to the terms of the Mozilla Public
%% License, v. 2.0. If a copy of the MPL was not distributed with this
%% file, You can obtain one at https://mozilla.org/MPL/2.0/.
%%
%% Copyright © 2021-2023 VMware, Inc. or its affiliates. All rights reserved.
%%
-record(evf_tree, {path :: khepri_path:native_pattern(),
props = #{} :: khepri_evf:tree_event_filter_props()}).
%-record(evf_process, {pid :: pid(),
% props = #{} :: #{on_reason => ets:match_pattern(),
% priority => integer()}}).
-define(IS_KHEPRI_EVENT_FILTER(EventFilter),
(is_record(EventFilter, evf_tree))).