[][src]Function aeron_rs::heartbeat_timestamp::is_active

pub fn is_active(
    counters_reader: &CountersReader,
    counter_id: i32,
    counter_type_id: i32,
    registration_id: i64
) -> bool

Is the counter still active.

@param counters_reader to search within. @param counter_id to search for. @param counter_type_id to match for counter type. @param registration_id to match the entity key. @return true if the counter is still active otherwise false.