io.continual.services.processor.config.readers.ConfigLoadContext Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of continualProcessor Show documentation
Show all versions of continualProcessor Show documentation
Continual's stream processing library.
The newest version!
package io.continual.services.processor.config.readers;
import java.util.List;
import io.continual.services.ServiceContainer;
public interface ConfigLoadContext
{
ServiceContainer getServiceContainer ();
List getSearchPathPackages ();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy