ITemporaryContext

public interface ITemporaryContext extends IContext, AutoCloseable

IContext for temporary use. Is not thread-safe. Has to be closed after usage.

Methods

close

void close()

Close the context, releasing any state.