T - the type of configuration instances returnedpublic interface ConfigurationInstanceProvider<T>
Configuration
model.
Instances are provided through the get(OperationContext) method.
When that method is invoked, it's up to each implementation to return a brand
new instance or one which has already been returned before.| Modifier and Type | Method and Description |
|---|---|
T |
get(OperationContext operationContext)
Returns a configuration instance to serve the given
operationContext. |
T get(OperationContext operationContext)
operationContext. This method may return an
instance already returned in the past or a brand new one.operationContext - a OperationContextCopyright © 2015 MuleSoft, Inc.. All rights reserved.