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

xyz.greatapp.libs.service.context.ThreadContextService Maven / Gradle / Ivy

The newest version!
package xyz.greatapp.libs.service.context;

import xyz.greatapp.libs.service.Environment;

public interface ThreadContextService {

    void initializeContext(Environment env);

    ThreadContext getThreadContext();

    Environment getEnvironment();

    void setThreadContextOnThread(ThreadContext threadContext);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy