Skip to content

Instantly share code, notes, and snippets.

package org.heh.ex_archi_hexa.application.port.out;
import org.heh.ex_archi_hexa.application.domain.model.Product;
import java.util.List;
import java.util.Optional;
public interface ProductPort {
public Optional<List<Product>> findAllProducts();