@ConsumerType
public interface PostProcessHandler
| Modifier and Type | Method and Description |
|---|---|
void |
postProcess(HandlerContext context,
Feature feature,
Extension extension)
Post process the feature with respect to the extension.
|
void postProcess(HandlerContext context, Feature feature, Extension extension)
context - Context for the handlerfeature - The featureextension - The extensionIllegalStateException - If post processing failedCopyright © 2007–2019 The Apache Software Foundation. All rights reserved.