com.oath.micro.server.log.LogLookup Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of micro-log-streamer Show documentation
Show all versions of micro-log-streamer Show documentation
Opinionated rest microservices
The newest version!
package com.oath.micro.server.log;
import java.io.File;
public interface LogLookup {
public File lookup(String alias);
}