All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.espertech.esper.epl.join.exec.composite.CompositeIndexEnterRemove Maven / Gradle / Ivy

Go to download

Complex event processing and event series analysis component

There is a newer version: 7.1.0
Show newest version
package com.espertech.esper.epl.join.exec.composite;

import com.espertech.esper.client.EventBean;

import java.util.HashSet;
import java.util.Map;

public interface CompositeIndexEnterRemove {

    public void enter(EventBean event, Map parent);
    public void setNext(CompositeIndexEnterRemove next);
    public void remove(EventBean event, Map parent);
    public void getAll(HashSet result, Map parent);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy