Class HomeAlertsBean
- java.lang.Object
-
- org.drools.quarkus.quickstart.test.HomeAlertsBean
-
@ApplicationScoped public class HomeAlertsBean extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description HomeAlertsBean()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Collection<Alert>computeAlerts(java.util.Collection<Light> lights, java.util.Collection<CCTV> cameras, java.util.Collection<Smartphone> phones)
-
-
-
Method Detail
-
computeAlerts
public java.util.Collection<Alert> computeAlerts(java.util.Collection<Light> lights, java.util.Collection<CCTV> cameras, java.util.Collection<Smartphone> phones)
-
-