Modifier and Type | Class and Description |
---|---|
class |
SpringAmqpStubMessages
MessageVerifier implementation to integrate with plain
spring-amqp/spring-rabbit. |
Modifier and Type | Method and Description |
---|---|
ContractVerifierMessaging<org.springframework.amqp.core.Message> |
ContractVerifierAmqpAutoConfiguration.contractVerifierMessaging(MessageVerifier<org.springframework.amqp.core.Message> exchange,
org.springframework.amqp.rabbit.core.RabbitTemplate rabbitTemplate) |
Modifier and Type | Class and Description |
---|---|
class |
CamelStubMessages |
Modifier and Type | Method and Description |
---|---|
ContractVerifierMessaging<org.apache.camel.Message> |
ContractVerifierCamelConfiguration.contractVerifierMessaging(MessageVerifier<org.apache.camel.Message> exchange) |
Modifier and Type | Class and Description |
---|---|
class |
SpringIntegrationStubMessages |
Modifier and Type | Method and Description |
---|---|
MessageVerifier<org.springframework.messaging.Message<?>> |
ContractVerifierIntegrationConfiguration.contractVerifierMessageExchange(org.springframework.context.ApplicationContext applicationContext) |
Modifier and Type | Method and Description |
---|---|
ContractVerifierMessaging<org.springframework.messaging.Message<?>> |
ContractVerifierIntegrationConfiguration.contractVerifierMessaging(MessageVerifier<org.springframework.messaging.Message<?>> exchange) |
Constructor and Description |
---|
ContractVerifierMessaging(MessageVerifier<M> exchange) |
Modifier and Type | Class and Description |
---|---|
class |
NoOpStubMessages |
Modifier and Type | Method and Description |
---|---|
MessageVerifier<?> |
NoOpContractVerifierAutoConfiguration.contractVerifierMessageExchange() |
Modifier and Type | Method and Description |
---|---|
ContractVerifierMessaging<?> |
NoOpContractVerifierAutoConfiguration.contractVerifierMessaging(MessageVerifier<?> exchange) |
Modifier and Type | Class and Description |
---|---|
class |
StreamStubMessages |
Modifier and Type | Method and Description |
---|---|
ContractVerifierMessaging<?> |
ContractVerifierStreamAutoConfiguration.contractVerifierMessagingConverter(MessageVerifier<org.springframework.messaging.Message<?>> exchange) |
Copyright © 2016–2022 Spring. All rights reserved.