public interface OperationExecutorFactory
OperationExecutor instances| Modifier and Type | Method and Description |
|---|---|
<C> OperationExecutor |
getExecutor(C configurationInstance)
Provides a
OperationExecutor that will act on the
given configurationInstance |
<C> OperationExecutor getExecutor(C configurationInstance)
OperationExecutor that will act on the
given configurationInstanceC - the type of the configurationInstanceconfigurationInstance - an object to act as a concrete configuration instance. This is not a Configuration
but the actual object configuring the implementationOperationExecutorCopyright © 2015 MuleSoft, Inc.. All rights reserved.