Uses of Interface
com.example.pedido.application.port.out.NotaFiscalGeneratorPort
Packages that use NotaFiscalGeneratorPort
Package
Description
-
Uses of NotaFiscalGeneratorPort in com.example.pedido.application.service
Constructors in com.example.pedido.application.service with parameters of type NotaFiscalGeneratorPortModifierConstructorDescriptionPedidoService
(List<PedidoNotifierPort> notificadores, EstoqueUpdaterPort estoqueUpdater, NotaFiscalGeneratorPort notaFiscalGenerator) -
Uses of NotaFiscalGeneratorPort in com.example.pedido.infrastructure.adapter.out
Classes in com.example.pedido.infrastructure.adapter.out that implement NotaFiscalGeneratorPortModifier and TypeClassDescriptionclass
Adaptador para geração de nota fiscal -
Uses of NotaFiscalGeneratorPort in com.example.pedido.infrastructure.config
Methods in com.example.pedido.infrastructure.config with parameters of type NotaFiscalGeneratorPortModifier 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