gpg::EventManager::FetchResponse

#include <event_manager.h>

단일 이벤트의 데이터와 응답 상태를 포함합니다.

요약

공개 속성

data
특정 이벤트의 모든 데이터입니다.
status
ResponseStatus에 열거된 값 중 하나일 수 있습니다.

공개 속성

데이터

Event gpg::EventManager::FetchResponse::data

특정 이벤트의 모든 데이터입니다.

상태

ResponseStatus gpg::EventManager::FetchResponse::status

ResponseStatus에 열거된 값 중 하나일 수 있습니다.

응답이 VALID 또는 VALID_BUT_STALE가 아니면 FetchResponse는 빈 데이터 맵을 반환합니다.