export interface IntegrationEventHandlerMetadata {
    subject: string;
    service: object;
    method: string;
}
