UNPKG

@pandorajs/hub

Version:

pandora.js messenge hub

15 lines 1.11 kB
export declare const HUB_SOCKET_NAME = "pandora_msg_hub"; export declare const PANDORA_HUB_ACTION_MSG_UP = "PANDORA_HUB_ACTION_MSG_UP"; export declare const PANDORA_HUB_ACTION_MSG_DOWN = "PANDORA_HUB_ACTION_MSG_DOWN"; export declare const PANDORA_HUB_ACTION_ONLINE_UP = "PANDORA_HUB_ACTION_ONLINE_UP"; export declare const PANDORA_HUB_ACTION_OFFLINE_UP = "PANDORA_HUB_ACTION_OFFLINE_UP"; export declare const PANDORA_HUB_ACTION_PUBLISH_UP = "PANDORA_HUB_ACTION_PUBLISH_UP"; export declare const PANDORA_HUB_ACTION_UNPUBLISH_UP = "PANDORA_HUB_ACTION_UNPUBLISH_UP"; export declare const TIMEOUT_OF_RESPONSE = 5000; export declare const OBJECT_ACTION_INVOKE = "OBJECT_ACTION_INVOKE"; export declare const OBJECT_ACTION_GET_PROPERTY = "OBJECT_ACTION_GET_PROPERTY"; export declare const OBJECT_ACTION_INTROSPECT = "OBJECT_ACTION_INTROSPECT"; export declare const OBJECT_ACTION_SUBSCRIBE = "OBJECT_ACTION_SUBSCRIBE"; export declare const OBJECT_ACTION_UNSUBSCRIBE = "OBJECT_ACTION_UNSUBSCRIBE"; export declare const PANDORA_HUB_CONFIG_MANAGER = "__PANDORA_HUB_CONFIG_MANAGER"; //# sourceMappingURL=const.d.ts.map