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

io.elastic.sailor.MessageProcessor Maven / Gradle / Ivy

There is a newer version: 4.0.3
Show newest version
package io.elastic.sailor;

import io.elastic.api.Function;

public interface MessageProcessor {

    ExecutionStats processMessage(final ExecutionContext executionContext, final Function function);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy