org.drools.examples.process.order.CustomerService Maven / Gradle / Ivy
The newest version!
package org.drools.examples.process.order;
public interface CustomerService {
Customer getCustomer(String customerId);
void addCustomer(Customer customer);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy