updated thread handling:
- threads are no longer pooled (this makes naming threads difficult) - threads are now named by their causing event, which improves logging updated calls to thread.sleep: those are now provided by new class Delayed Execution
This commit is contained in:
@@ -9,7 +9,7 @@ public class ReactivateContact extends Action{
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean fire(Context context) {
|
||||
public boolean fire(Context context,Object cause) {
|
||||
if (isNull(context.contact())) return false;
|
||||
if (isNull(context.route())) return false;
|
||||
return context.route().reactivate(context.contact());
|
||||
|
||||
Reference in New Issue
Block a user