public class WorkContextRequestContextSupplier extends Object implements Supplier<RequestContext>
Supplier for RequestContext that provides a structure that will
be available and safe to use in a WorkContext.
| Constructor and Description |
|---|
WorkContextRequestContextSupplier(Supplier<String> partitionIdentifier)
Build the
Supplier and provide it with a supplier for the partitionIdentifier. |
public RequestContext get()
get in interface Supplier<RequestContext>Copyright © 2019 Atlassian. All rights reserved.