public interface InterceptorGenerator
PhysicalInterceptors used to attach interceptors to a wire.| Modifier and Type | Method and Description |
|---|---|
java.util.Optional<PhysicalInterceptor> |
generate(LogicalOperation source,
LogicalOperation target)
Generates a physical interceptor for the source and target operations.
|
java.util.Optional<PhysicalInterceptor> generate(LogicalOperation source, LogicalOperation target) throws org.fabric3.api.host.Fabric3Exception
source - the source operationtarget - the target operationorg.fabric3.api.host.Fabric3Exception - if an exception occurs during generation