public class SpringAwareAmqpTarget
Target for message verification that supports a spring application context. For each annotated method, the owning bean will be looked up from the application context
| Constructor and Description |
|---|
SpringAwareAmqpTarget()
Target for message verification that supports a spring application context. For each annotated method, the owning
bean will be looked up from the application context
|
| Modifier and Type | Method and Description |
|---|---|
void |
setBeanFactory(org.springframework.beans.factory.BeanFactory beanFactory) |
au.com.dius.pact.provider.ProviderVerifier |
setupVerifier(au.com.dius.pact.model.Interaction interaction,
au.com.dius.pact.provider.ProviderInfo provider,
au.com.dius.pact.provider.ConsumerInfo consumer) |
public SpringAwareAmqpTarget()
Target for message verification that supports a spring application context. For each annotated method, the owning bean will be looked up from the application context
public void setBeanFactory(org.springframework.beans.factory.BeanFactory beanFactory)
public au.com.dius.pact.provider.ProviderVerifier setupVerifier(au.com.dius.pact.model.Interaction interaction,
au.com.dius.pact.provider.ProviderInfo provider,
au.com.dius.pact.provider.ConsumerInfo consumer)