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

com.oath.micro.server.log.LogTailerPlugin Maven / Gradle / Ivy

package com.oath.micro.server.log;


import com.oath.micro.server.Plugin;
import com.oath.micro.server.log.rest.LogStreamer;
import cyclops.reactive.collections.mutable.SetX;

import java.util.Set;

public class LogTailerPlugin implements Plugin {

    @Override
    public Set springClasses() {
        return SetX.of(LogTailer.class, LogStreamer.class);
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy