org.mule.module.db.internal.resolver.database
Interface DbConfigResolver

All Known Implementing Classes:
DefaultDbConfigResolver, StaticDbConfigResolver

public interface DbConfigResolver

Resolves a DbConfig for a given MuleEvent


Method Summary
 DbConfig resolve(MuleEvent muleEvent)
          Resolves which database configuration to use for a given event
 

Method Detail

resolve

DbConfig resolve(MuleEvent muleEvent)
                 throws UnresolvableDbConfigException
Resolves which database configuration to use for a given event

Parameters:
muleEvent - event used to resolve the configuration. Not null.
Returns:
a non null database configuration to use to process the given event
Throws:
UnresolvableDbConfigException - when is not possible to resolve a database configuration


Copyright © 2003–2014 MuleSoft, Inc.. All rights reserved.