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

org.analogweb.InvocationMetadataFinder Maven / Gradle / Ivy

The newest version!
package org.analogweb;

import java.util.Map;

/**
 * Finder strategy of {@link InvocationMetadata} from {@link RouteRegistry}s
 *
 * @author snowgooseyk
 */
public interface InvocationMetadataFinder extends Precedence, MultiModule {

    InvocationMetadata find(Map metadatas, RequestContext request);

    public interface Cacheable extends InvocationMetadata {

        InvocationMetadata getCachable();
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy