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

io.vertx.up.uca.micro.matcher.Arithmetic Maven / Gradle / Ivy

There is a newer version: 0.9.0
Show newest version
package io.vertx.up.uca.micro.matcher;

import io.vertx.ext.web.RoutingContext;
import io.vertx.servicediscovery.Record;

import java.util.List;

/**
 * Look up matched remote record
 */
public interface Arithmetic {

    Record search(final List records,
                  final RoutingContext context);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy