Uses of Interface
es.kukenan.smartfi.microservice.contracts.service.events.backoffice.BackofficeEvent
Packages that use BackofficeEvent
Package
Description
Backoffice event package.
Backoffice event version 1 package.
Backoffice event version 2 package.
-
Uses of BackofficeEvent in es.kukenan.smartfi.microservice.contracts.service.events.backoffice
Fields in es.kukenan.smartfi.microservice.contracts.service.events.backoffice with type parameters of type BackofficeEventModifier and TypeFieldDescriptionprivate final List<BackofficeEvent>BackofficeEventManager.backofficeEventsBackoffice events list.Methods in es.kukenan.smartfi.microservice.contracts.service.events.backoffice that return BackofficeEventModifier and TypeMethodDescriptionBackofficeEventManager.findHandler(es.kukenan.smartfi.microservice.backoffice.events.cancelled.BackOfficeProductCancelledEvent backOfficeProductCancelledEvent) Find handler for backOfficeProductCancelledEvent.BackofficeEventManager.findHandler(es.kukenan.smartfi.microservice.backoffice.events.created.BackOfficeProductCreatedEvent backOfficeProductCreatedEvent) Find handler for backOfficeProductCreatedEvent.BackofficeEventManager.findHandler(es.kukenan.smartfi.microservice.backoffice.events.update.BackOfficeProductUpdatedEvent backOfficeProductUpdatedEvent) Find handler for backOfficeProductCreatedEvent.Constructor parameters in es.kukenan.smartfi.microservice.contracts.service.events.backoffice with type arguments of type BackofficeEventModifierConstructorDescriptionBackofficeEventManager(List<BackofficeEvent> backofficeEvents) Constructor. -
Uses of BackofficeEvent in es.kukenan.smartfi.microservice.contracts.service.events.backoffice.v1
Classes in es.kukenan.smartfi.microservice.contracts.service.events.backoffice.v1 that implement BackofficeEventModifier and TypeClassDescriptionclassBackoffice product event for version 1.0. -
Uses of BackofficeEvent in es.kukenan.smartfi.microservice.contracts.service.events.backoffice.v2
Classes in es.kukenan.smartfi.microservice.contracts.service.events.backoffice.v2 that implement BackofficeEventModifier and TypeClassDescriptionclassBackoffice product event for version 2.0.