UNPKG

moleculer

Version:

Fast & powerful microservices framework for Node.JS

34 lines (32 loc) 2.09 kB
export declare const CIRCUIT_CLOSE: "close"; export declare const CIRCUIT_HALF_OPEN: "half_open"; export declare const CIRCUIT_HALF_OPEN_WAIT: "half_open_wait"; export declare const CIRCUIT_OPEN: "open"; export declare const FAILED_PROCESSING_PACKET: "failedProcessingPacket"; export declare const FAILED_SEND_REQUEST_PACKET: "failedSendRequestPacket"; export declare const FAILED_SEND_EVENT_PACKET: "failedSendEventPacket"; export declare const FAILED_SEND_RESPONSE_PACKET: "failedSendResponsePacket"; export declare const FAILED_NODES_DISCOVERY: "failedNodesDiscovery"; export declare const FAILED_NODE_DISCOVERY: "failedNodeDiscovery"; export declare const FAILED_SEND_INFO_PACKET: "failedSendInfoPacket"; export declare const FAILED_SEND_PING_PACKET: "failedSendPingPacket"; export declare const FAILED_SEND_PONG_PACKET: "failedSendPongPacket"; export declare const FAILED_SEND_HEARTBEAT_PACKET: "failedSendHeartbeatPacket"; export declare const FAILED_STOPPING_SERVICES: "failedServicesStop"; export declare const FAILED_LOAD_SERVICE: "failedServiceLoad"; export declare const FAILED_RESTART_SERVICE: "failedServiceRestart"; export declare const FAILED_DESTRUCTION_SERVICE: "failedServiceDestruction"; export declare const CLIENT_ERROR: "clientError"; export declare const FAILED_SEND_PING: "failedSendPing"; export declare const FAILED_COLLECT_KEYS: "failedCollectKeys"; export declare const FAILED_SEND_INFO: "failedSendInfo"; export declare const FAILED_KEY_SCAN: "failedKeyScan"; export declare const FAILED_PUBLISHER_ERROR: "publisherError"; export declare const FAILED_CONSUMER_ERROR: "consumerError"; export declare const FAILED_TOPIC_CREATION: "failedTopicCreation"; export declare const FAILED_CONNECTION_ERROR: "failedConnection"; export declare const FAILED_CHANNEL_ERROR: "failedChannel"; export declare const FAILED_REQUEST_ACK: "requestAck"; export declare const FAILED_DISCONNECTION: "failedDisconnection"; export declare const FAILED_PUBLISH_BALANCED_EVENT: "failedPublishBalancedEvent"; export declare const FAILED_PUBLISH_BALANCED_REQUEST: "publishBalancedRequest";