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

com.xxdb.streaming.client.cep.EventMessageHandler Maven / Gradle / Ivy

There is a newer version: 3.00.2.2
Show newest version
package com.xxdb.streaming.client.cep;

import com.xxdb.data.Entity;
import com.xxdb.streaming.client.IMessage;
import com.xxdb.streaming.client.MessageHandler;
import java.util.List;

public class EventMessageHandler implements MessageHandler {

    @Override
    public void doEvent(IMessage msg) {

    }

    public void doEvent(String eventType, List attribute) {

    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy