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