UNPKG

@message-queue-toolkit/core

Version:

Useful utilities, interfaces and base classes for message queue handling. Supports AMQP and SQS with a common abstraction on top currently

2 lines (1 loc) 379 B
export { CONSUMER_BASE_MESSAGE_SCHEMA, CONSUMER_MESSAGE_METADATA_SCHEMA, type CommonMessageDefinitionSchemaType, type ConsumerBaseMessageType, type ConsumerMessageMetadataType, enrichMessageSchemaWithBase, PUBLISHER_BASE_MESSAGE_SCHEMA, PUBLISHER_MESSAGE_METADATA_SCHEMA, type PublisherBaseMessageType, type PublisherMessageMetadataType, } from '@message-queue-toolkit/schemas';