@dolittle/sdk.projections
Version:
Dolittle is a decentralized, distributed, event-driven microservice platform built to harness the power of events.
8 lines • 420 B
TypeScript
import { ProjectionCallback } from '../ProjectionCallback';
import { KeySelectorBuilderCallback } from './KeySelectorBuilderCallback';
import { TypeOrEventType } from './TypeOrEventType';
/**
* Defines the specification of a projection on method.
*/
export declare type OnMethodSpecification<T> = [TypeOrEventType, KeySelectorBuilderCallback, ProjectionCallback<T>];
//# sourceMappingURL=OnMethodSpecification.d.ts.map