Class ContextManagerProviderRegistration
java.lang.Object
org.eclipse.microprofile.context.spi.ContextManagerProviderRegistration
This class gives the container that registered a
ContextManagerProvider
exclusive control over unregistering it.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Unregister theContextManagerProvider
that is represented by thisContextManagerProviderRegistration
instance.
-
Method Details
-
unregister
public void unregister()Unregister theContextManagerProvider
that is represented by thisContextManagerProviderRegistration
instance.
-