Interface PedidoNotifierPort

All Known Implementing Classes:
NotificadorEmailAdapter, NotificadorSlackAdapter

public interface PedidoNotifierPort
Porta de saída para notificação de pedido
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    notificar(Pedido pedido)
     
  • Method Details

    • notificar

      void notificar(Pedido pedido)