Uses of Interface
com.example.pedido.application.port.out.PedidoNotifierPort
Packages that use PedidoNotifierPort
Package
Description
-
Uses of PedidoNotifierPort in com.example.pedido.application.service
Constructor parameters in com.example.pedido.application.service with type arguments of type PedidoNotifierPortModifierConstructorDescriptionPedidoService
(List<PedidoNotifierPort> notificadores, EstoqueUpdaterPort estoqueUpdater, NotaFiscalGeneratorPort notaFiscalGenerator) -
Uses of PedidoNotifierPort in com.example.pedido.infrastructure.adapter.out
Classes in com.example.pedido.infrastructure.adapter.out that implement PedidoNotifierPortModifier and TypeClassDescriptionclass
Adaptador para notificação por emailclass
Adaptador para notificação via Slack -
Uses of PedidoNotifierPort in com.example.pedido.infrastructure.config
Method parameters in com.example.pedido.infrastructure.config with type arguments of type PedidoNotifierPortModifier and TypeMethodDescriptionApplicationConfig.pedidoUseCase
(List<PedidoNotifierPort> notificadores, EstoqueUpdaterPort estoqueUpdater, NotaFiscalGeneratorPort notaFiscalGenerator) Cria o bean do caso de uso de pedido Injeta as portas de saída necessárias