@dolittle/sdk.projections
Version:
Dolittle is a decentralized, distributed, event-driven microservice platform built to harness the power of events.
13 lines • 549 B
TypeScript
import { OccurredFormat } from './OccurredFormat';
/**
* Represents an event occurred key selector.
*/
export declare class EventOccurredKeySelector {
readonly occurredFormat: OccurredFormat;
/**
* Initializes a new instance of the {@link EventOccurredKeySelector} class.
* @param {OccurredFormat | string} occurredFormat - The occurred format to use as format for getting key from event occurred metadata.
*/
constructor(occurredFormat: OccurredFormat | string);
}
//# sourceMappingURL=EventOccurredKeySelector.d.ts.map