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

io.smallrye.mutiny.context.DefaultContextPropagationInterceptor Maven / Gradle / Ivy

There is a newer version: 2.7.0
Show newest version
package io.smallrye.mutiny.context;

import io.smallrye.context.SmallRyeThreadContext;

/**
 * Provides context propagation by intercepting the user callbacks.
 */
public class DefaultContextPropagationInterceptor extends BaseContextPropagationInterceptor {

    @Override
    protected SmallRyeThreadContext getThreadContext() {
        return SmallRyeThreadContext.getCurrentThreadContextOrDefaultContexts();
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy