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

com.github.hekonsek.vertx.pipes.EventExpression Maven / Gradle / Ivy

There is a newer version: 0.4
Show newest version
package com.github.hekonsek.vertx.pipes;

import io.vertx.core.eventbus.Message;

import java.util.Map;

public interface EventExpression {

    T evaluate(Message> event);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy