[][src]Function aeron_rs::heartbeat_timestamp::find_counter_id_by_registration_id

pub fn find_counter_id_by_registration_id(
    counters_reader: &CountersReader,
    counter_type_id: i32,
    registration_id: i64
) -> Option<i32>

Find the active counter id for an entity with a type id and registration id.

@param counters_reader to search within. @param counter_type_id to match against. @param registration_id for the active entity. @return the counter id if found otherwise None.