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

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

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

import java.util.List;

public class EventInfo {

    private List attributeSerializers;
    private EventSchemaEx eventSchema;

    public EventInfo(List attributeSerializers, EventSchemaEx eventSchema) {
        this.attributeSerializers = attributeSerializers;
        this.eventSchema = eventSchema;
    }

    public List getAttributeSerializers() {
        return this.attributeSerializers;
    }

    public EventSchemaEx getEventSchema() {
        return this.eventSchema;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy