Interface BatchContext<B>

Type Parameters:
B - the batch type of this context
All Superinterfaces:
AutoCloseable, Context, Supplier<B>

public interface BatchContext<B> extends Supplier<B>, Context
Handles batch context switching.
Author:
Paul Ferraro
  • Field Summary

    Fields inherited from interface org.wildfly.clustering.context.Context

    EMPTY
  • Method Summary

    Methods inherited from interface org.wildfly.clustering.context.Context

    close

    Methods inherited from interface java.util.function.Supplier

    get