Package io.quarkus.arc
Interface ContextCreator
public interface ContextCreator
Can be used to create an
InjectableContext instance.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThis key can be used to obtain theCurrentContextFactoryfrom the map of parameters. -
Method Summary
-
Field Details
-
KEY_CURRENT_CONTEXT_FACTORY
This key can be used to obtain theCurrentContextFactoryfrom the map of parameters.- See Also:
-
-
Method Details
-
create
- Parameters:
params-- Returns:
- the context instance
- See Also:
-