Index
All Classes and Interfaces|All Packages|Constant Field Values
A
- applicationContextRunner(Class...) - Static method in class org.springframework.cloud.stream.binder.test.TestChannelBinderConfiguration
-
Create an
ApplicationContextRunnerwith user configuration usingTestChannelBinderConfiguration.getCompleteConfiguration(Class...).
B
- bind(ConfigurableApplicationContext, Object) - Static method in class org.springframework.cloud.stream.binder.test.FunctionBindingTestUtils
C
- clear() - Method in class org.springframework.cloud.stream.binder.test.OutputDestination
-
Will clear all output destinations.
- clear(String) - Method in class org.springframework.cloud.stream.binder.test.OutputDestination
-
Will clear output destination with specified name.
- createConsumerEndpoint(ConsumerDestination, String, ConsumerProperties) - Method in class org.springframework.cloud.stream.binder.test.TestChannelBinder
- createPolledConsumerResources(String, String, ConsumerDestination, ConsumerProperties) - Method in class org.springframework.cloud.stream.binder.test.TestChannelBinder
- createProducerMessageHandler(ProducerDestination, ProducerProperties, MessageChannel) - Method in class org.springframework.cloud.stream.binder.test.TestChannelBinder
E
- EnableTestBinder - Annotation Interface in org.springframework.cloud.stream.binder.test
-
This annotation enables the Spring Integration Test Binder when applied to a class.
F
- FunctionBindingTestUtils - Class in org.springframework.cloud.stream.binder.test
-
A utility class to assist with just-in-time bindings.
G
- getCompleteConfiguration(Class...) - Static method in class org.springframework.cloud.stream.binder.test.TestChannelBinderConfiguration
-
Utility operation to return an array of configuration classes where function definitions are provided.
- getErrorMessageHandler(ConsumerDestination, String, ConsumerProperties) - Method in class org.springframework.cloud.stream.binder.test.TestChannelBinder
- getLastError() - Method in class org.springframework.cloud.stream.binder.test.TestChannelBinder
I
- InputDestination - Class in org.springframework.cloud.stream.binder.test
-
Implementation of binder endpoint that represents the source destination (e.g., destination from which messages will be received by Processor.INPUT).
- InputDestination() - Constructor for class org.springframework.cloud.stream.binder.test.InputDestination
N
- NAME - Static variable in class org.springframework.cloud.stream.binder.test.TestChannelBinderConfiguration
-
The name of the test binder.
O
- observationRegistry() - Method in class org.springframework.cloud.stream.binder.test.TestChannelBinderConfiguration
- org.springframework.cloud.stream.binder.test - package org.springframework.cloud.stream.binder.test
- OutputDestination - Class in org.springframework.cloud.stream.binder.test
-
Implementation of binder endpoint that represents the target destination (e.g., destination which receives messages sent to Processor.OUTPUT)
You can interact with it by callingOutputDestination.receive()operation. - OutputDestination() - Constructor for class org.springframework.cloud.stream.binder.test.OutputDestination
P
- provisionConsumerDestination(String, String, ConsumerProperties) - Method in class org.springframework.cloud.stream.binder.test.TestChannelBinderProvisioner
-
Will provision consumer destination as SI
DirectChannel. - provisionProducerDestination(String, ProducerProperties) - Method in class org.springframework.cloud.stream.binder.test.TestChannelBinderProvisioner
-
Will provision producer destination as an SI
PublishSubscribeChannel.
R
- receive() - Method in class org.springframework.cloud.stream.binder.test.OutputDestination
-
Allows to access
Messages received by thisOutputDestination. - receive(long) - Method in class org.springframework.cloud.stream.binder.test.OutputDestination
-
Allows to access
Messages received by thisOutputDestination. - receive(long, String) - Method in class org.springframework.cloud.stream.binder.test.OutputDestination
- resetLastError() - Method in class org.springframework.cloud.stream.binder.test.TestChannelBinder
S
- send(Message) - Method in class org.springframework.cloud.stream.binder.test.InputDestination
-
Allows the
Messageto be sent to a Binder to be delegated to a default binding destination (e.g., "function-in-0" for cases where you only have a single function with the name 'function'). - send(Message, String) - Method in class org.springframework.cloud.stream.binder.test.InputDestination
-
Allows the
Messageto be sent to a Binder's destination.
This needs a bit of clarification. - setMessageSourceDelegate(MessageSource) - Method in class org.springframework.cloud.stream.binder.test.TestChannelBinder
-
Set a delegate
MessageSourcefor pollable consumers. - sourceDestination() - Method in class org.springframework.cloud.stream.binder.test.TestChannelBinderConfiguration
- springIntegrationChannelBinder(TestChannelBinderProvisioner) - Method in class org.springframework.cloud.stream.binder.test.TestChannelBinderConfiguration
- springIntegrationProvisioner() - Method in class org.springframework.cloud.stream.binder.test.TestChannelBinderConfiguration
T
- targetDestination() - Method in class org.springframework.cloud.stream.binder.test.TestChannelBinderConfiguration
- TestChannelBinder - Class in org.springframework.cloud.stream.binder.test
-
Implementation of
Binderbacked by the Spring Integration framework. - TestChannelBinder(TestChannelBinderProvisioner) - Constructor for class org.springframework.cloud.stream.binder.test.TestChannelBinder
- TestChannelBinderConfiguration<T> - Class in org.springframework.cloud.stream.binder.test
-
Binderconfiguration backed by Spring Integration. - TestChannelBinderConfiguration() - Constructor for class org.springframework.cloud.stream.binder.test.TestChannelBinderConfiguration
- TestChannelBinderProvisioner - Class in org.springframework.cloud.stream.binder.test
-
ProvisioningProviderto supportTestChannelBinder. - TestChannelBinderProvisioner() - Constructor for class org.springframework.cloud.stream.binder.test.TestChannelBinderProvisioner
All Classes and Interfaces|All Packages|Constant Field Values