Ajuste para enrutar por compañia y actividad
This commit is contained in:
@@ -1,6 +1,15 @@
|
||||
import { DomainEvent } from "./DomainEvent";
|
||||
|
||||
export namespace SimEvents {
|
||||
export type general = DomainEvent & {
|
||||
key: string,
|
||||
payload: {
|
||||
iccid: string
|
||||
},
|
||||
options: {
|
||||
}
|
||||
}
|
||||
|
||||
export type activation = DomainEvent & {
|
||||
key: "sim.activation",
|
||||
payload: {
|
||||
|
||||
@@ -1,9 +0,0 @@
|
||||
import { RabbitMQEventBus } from "./RabbitMQEventBus";
|
||||
|
||||
export class RabbitMQConsumer {
|
||||
constructor(
|
||||
connection: RabbitMQEventBus
|
||||
) {
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user