Package org.jboss.as.weld.spi
Interface ComponentIntegrator.DefaultInterceptorIntegrationAction
- Enclosing interface:
- ComponentIntegrator
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface
public static interface ComponentIntegrator.DefaultInterceptorIntegrationAction
NOTE: If performed, exactly one implementation of
ComponentInterceptorSupport must be available.-
Method Summary
Modifier and TypeMethodDescriptionvoidperform(org.jboss.msc.service.ServiceName bindingServiceName)
-
Method Details
-
perform
void perform(org.jboss.msc.service.ServiceName bindingServiceName)
-