Skip navigation links
A B C E G L M O P Q R S T U 

A

AbstractBinderTests<B extends AbstractTestBinder<? extends org.springframework.cloud.stream.binder.AbstractBinder<org.springframework.messaging.MessageChannel,CP,PP>,CP,PP>,CP extends org.springframework.cloud.stream.binder.ConsumerProperties,PP extends org.springframework.cloud.stream.binder.ProducerProperties> - Class in org.springframework.cloud.stream.binder
 
AbstractBinderTests() - Constructor for class org.springframework.cloud.stream.binder.AbstractBinderTests
 
AbstractBinderTests.Station - Class in org.springframework.cloud.stream.binder
 
AbstractBinderTests.Station.Readings - Class in org.springframework.cloud.stream.binder
 
AbstractPollableConsumerTestBinder<C extends org.springframework.cloud.stream.binder.AbstractBinder<org.springframework.messaging.MessageChannel,CP,PP>,CP extends org.springframework.cloud.stream.binder.ConsumerProperties,PP extends org.springframework.cloud.stream.binder.ProducerProperties> - Class in org.springframework.cloud.stream.binder
 
AbstractPollableConsumerTestBinder() - Constructor for class org.springframework.cloud.stream.binder.AbstractPollableConsumerTestBinder
 
AbstractTestBinder<C extends org.springframework.cloud.stream.binder.AbstractBinder<org.springframework.messaging.MessageChannel,CP,PP>,CP extends org.springframework.cloud.stream.binder.ConsumerProperties,PP extends org.springframework.cloud.stream.binder.ProducerProperties> - Class in org.springframework.cloud.stream.binder
Abstract class that adds test support for Binder.
AbstractTestBinder() - Constructor for class org.springframework.cloud.stream.binder.AbstractTestBinder
 

B

before() - Method in class org.springframework.cloud.stream.binder.AbstractBinderTests
 
bindConsumer(String, String, MessageChannel, CP) - Method in class org.springframework.cloud.stream.binder.AbstractTestBinder
 
binderBindUnbindLatency() - Method in class org.springframework.cloud.stream.binder.AbstractBinderTests
If appropriate, let the binder middleware settle down a bit while binding/unbinding actually happens.
BinderTestEnvironmentPostProcessor - Class in org.springframework.cloud.stream.binder
An EnvironmentPostProcessor that sets some common configuration properties (log config etc.,) for binder tests.
BinderTestEnvironmentPostProcessor() - Constructor for class org.springframework.cloud.stream.binder.BinderTestEnvironmentPostProcessor
 
BinderTestUtils - Class in org.springframework.cloud.stream.binder
 
BinderTestUtils() - Constructor for class org.springframework.cloud.stream.binder.BinderTestUtils
 
bindPollableConsumer(String, String, PollableSource<MessageHandler>, CP) - Method in class org.springframework.cloud.stream.binder.AbstractPollableConsumerTestBinder
 
bindProducer(String, MessageChannel, PP) - Method in class org.springframework.cloud.stream.binder.AbstractTestBinder
 

C

checkRkExpressionForPartitionedModuleSpEL(Object) - Method in class org.springframework.cloud.stream.binder.PartitionCapableBinderTests
 
cleanup() - Method in class org.springframework.cloud.stream.binder.AbstractBinderTests
 
cleanup() - Method in class org.springframework.cloud.stream.binder.AbstractTestBinder
 
createBindableChannel(String, BindingProperties) - Method in class org.springframework.cloud.stream.binder.AbstractBinderTests
 
createBindableChannel(String, BindingProperties, boolean) - Method in class org.springframework.cloud.stream.binder.AbstractBinderTests
 
createBindableMessageSource(String, BindingProperties) - Method in class org.springframework.cloud.stream.binder.AbstractBinderTests
 
createConsumerBindingProperties(CP) - Method in class org.springframework.cloud.stream.binder.AbstractBinderTests
 
createConsumerProperties() - Method in class org.springframework.cloud.stream.binder.AbstractBinderTests
 
createProducerBindingProperties(PP) - Method in class org.springframework.cloud.stream.binder.AbstractBinderTests
 
createProducerProperties() - Method in class org.springframework.cloud.stream.binder.AbstractBinderTests
 
customerid - Variable in class org.springframework.cloud.stream.binder.AbstractBinderTests.Station.Readings
 

E

extractEndpoint(Binding<MessageChannel>) - Method in class org.springframework.cloud.stream.binder.PartitionCapableBinderTests
 
extractKey(Message<?>) - Method in class org.springframework.cloud.stream.binder.PartitionTestSupport
 

G

getBinder() - Method in class org.springframework.cloud.stream.binder.AbstractBinderTests
 
getBinder() - Method in class org.springframework.cloud.stream.binder.AbstractTestBinder
 
getClassUnderTestName() - Method in class org.springframework.cloud.stream.binder.PartitionCapableBinderTests
 
getCoreBinder() - Method in class org.springframework.cloud.stream.binder.AbstractTestBinder
 
getCustomerid() - Method in class org.springframework.cloud.stream.binder.AbstractBinderTests.Station.Readings
 
getDestinationNameDelimiter() - Method in class org.springframework.cloud.stream.binder.AbstractBinderTests
Set the delimiter that will be used in the message source/target name.
getEndpointRouting(Object) - Method in class org.springframework.cloud.stream.binder.PartitionCapableBinderTests
For implementations that rely on explicit routing, return the routing expression.
getExpectedRoutingBaseDestination(String, String) - Method in class org.springframework.cloud.stream.binder.PartitionCapableBinderTests
For implementations that rely on explicit routing, return the expected base destination (the part that precedes '-partition' within the expression).
getPropertyValue(Object, String) - Static method in class org.springframework.cloud.stream.binder.TestUtils
Uses nested DirectFieldAccessors to obtain a property using dotted notation to traverse fields; e.g.
getPropertyValue(Object, String, Class<T>) - Static method in class org.springframework.cloud.stream.binder.TestUtils
 
getReadings() - Method in class org.springframework.cloud.stream.binder.AbstractBinderTests.Station
 
getStationid() - Method in class org.springframework.cloud.stream.binder.AbstractBinderTests.Station.Readings
 
getTimestamp() - Method in class org.springframework.cloud.stream.binder.AbstractBinderTests.Station.Readings
 

L

logger - Variable in class org.springframework.cloud.stream.binder.AbstractBinderTests
 

M

messageConverter - Variable in class org.springframework.cloud.stream.binder.AbstractBinderTests
 
MOCK_AC - Static variable in class org.springframework.cloud.stream.binder.BinderTestUtils
 
MOCK_BF - Static variable in class org.springframework.cloud.stream.binder.BinderTestUtils
 

O

org.springframework.cloud.stream.binder - package org.springframework.cloud.stream.binder
 

P

PartitionCapableBinderTests<B extends AbstractTestBinder<? extends org.springframework.cloud.stream.binder.AbstractBinder<org.springframework.messaging.MessageChannel,CP,PP>,CP,PP>,CP extends org.springframework.cloud.stream.binder.ConsumerProperties,PP extends org.springframework.cloud.stream.binder.ProducerProperties> - Class in org.springframework.cloud.stream.binder
Tests for binders that support partitioning.
PartitionCapableBinderTests() - Constructor for class org.springframework.cloud.stream.binder.PartitionCapableBinderTests
 
PartitionTestSupport - Class in org.springframework.cloud.stream.binder
 
PartitionTestSupport() - Constructor for class org.springframework.cloud.stream.binder.PartitionTestSupport
 
postProcessEnvironment(ConfigurableEnvironment, SpringApplication) - Method in class org.springframework.cloud.stream.binder.BinderTestEnvironmentPostProcessor
 

Q

queues - Variable in class org.springframework.cloud.stream.binder.AbstractTestBinder
 

R

Readings() - Constructor for class org.springframework.cloud.stream.binder.AbstractBinderTests.Station.Readings
 
receive(PollableChannel) - Method in class org.springframework.cloud.stream.binder.AbstractBinderTests
Attempt to receive a message on the given channel, waiting up to 1s (times the AbstractBinderTests.timeoutMultiplier).
receive(PollableChannel, int) - Method in class org.springframework.cloud.stream.binder.AbstractBinderTests
Attempt to receive a message on the given channel, waiting up to 1s * additionalMultiplier * AbstractBinderTests.timeoutMultiplier).
receive(boolean) - Method in interface org.springframework.cloud.stream.binder.Spy
 

S

selectPartition(Object, int) - Method in class org.springframework.cloud.stream.binder.PartitionTestSupport
 
SerializableFoo - Class in org.springframework.cloud.stream.binder
 
SerializableFoo() - Constructor for class org.springframework.cloud.stream.binder.SerializableFoo
 
setBinder(C) - Method in class org.springframework.cloud.stream.binder.AbstractTestBinder
 
setCustomerid(String) - Method in class org.springframework.cloud.stream.binder.AbstractBinderTests.Station.Readings
 
setPollableConsumerBinder(PollableConsumerBinder<MessageHandler, CP>) - Method in class org.springframework.cloud.stream.binder.AbstractPollableConsumerTestBinder
 
setReadings(List<AbstractBinderTests.Station.Readings>) - Method in class org.springframework.cloud.stream.binder.AbstractBinderTests.Station
 
setStationid(String) - Method in class org.springframework.cloud.stream.binder.AbstractBinderTests.Station.Readings
 
setTimestamp(String) - Method in class org.springframework.cloud.stream.binder.AbstractBinderTests.Station.Readings
 
spelExpressionParser - Static variable in class org.springframework.cloud.stream.binder.PartitionCapableBinderTests
 
Spy - Interface in org.springframework.cloud.stream.binder
Represents an out-of-band connection to the underlying middleware, so that tests can check that some messages actually do (or do not) transit through it.
spyOn(String) - Method in class org.springframework.cloud.stream.binder.AbstractBinderTests
Create a new spy on the given 'queue'.
Station() - Constructor for class org.springframework.cloud.stream.binder.AbstractBinderTests.Station
 
stationid - Variable in class org.springframework.cloud.stream.binder.AbstractBinderTests.Station.Readings
 

T

testAnonymousGroup() - Method in class org.springframework.cloud.stream.binder.PartitionCapableBinderTests
 
testBinder - Variable in class org.springframework.cloud.stream.binder.AbstractBinderTests
 
testClean() - Method in class org.springframework.cloud.stream.binder.AbstractBinderTests
 
testOneRequiredGroup() - Method in class org.springframework.cloud.stream.binder.PartitionCapableBinderTests
 
testPartitionedModuleJava() - Method in class org.springframework.cloud.stream.binder.PartitionCapableBinderTests
 
testPartitionedModuleSpEL() - Method in class org.springframework.cloud.stream.binder.PartitionCapableBinderTests
 
testSendAndReceive() - Method in class org.springframework.cloud.stream.binder.AbstractBinderTests
 
testSendAndReceiveJavaSerialization() - Method in class org.springframework.cloud.stream.binder.AbstractBinderTests
 
testSendAndReceiveKryo() - Method in class org.springframework.cloud.stream.binder.AbstractBinderTests
 
testSendAndReceiveMultipleTopics() - Method in class org.springframework.cloud.stream.binder.AbstractBinderTests
 
testSendAndReceiveNoOriginalContentType() - Method in class org.springframework.cloud.stream.binder.AbstractBinderTests
 
testSendJsonReceiveJsonWithStreamListener() - Method in class org.springframework.cloud.stream.binder.AbstractBinderTests
 
testSendJsonReceivePojoWithStreamListener() - Method in class org.springframework.cloud.stream.binder.AbstractBinderTests
 
testSendPojoReceivePojoKryoWithStreamListener() - Method in class org.springframework.cloud.stream.binder.AbstractBinderTests
 
testSendPojoReceivePojoWithStreamListener() - Method in class org.springframework.cloud.stream.binder.AbstractBinderTests
 
testSendPojoReceivePojoWithStreamListenerDefaultContentType() - Method in class org.springframework.cloud.stream.binder.AbstractBinderTests
 
testStreamListenerJavaSerializationNonSerializable() - Method in class org.springframework.cloud.stream.binder.AbstractBinderTests
 
testTwoRequiredGroups() - Method in class org.springframework.cloud.stream.binder.PartitionCapableBinderTests
 
TestUtils - Class in org.springframework.cloud.stream.binder
Copy of class in org.springframework.amqp.utils.test to avoid dependency on spring-amqp
TestUtils() - Constructor for class org.springframework.cloud.stream.binder.TestUtils
 
timeoutMultiplier - Variable in class org.springframework.cloud.stream.binder.AbstractBinderTests
Subclasses may override this default value to have tests wait longer for a message receive, for example if running in an environment that is known to be slow (e.g.
timestamp - Variable in class org.springframework.cloud.stream.binder.AbstractBinderTests.Station.Readings
 

U

usesExplicitRouting() - Method in class org.springframework.cloud.stream.binder.PartitionCapableBinderTests
Implementations should return whether the binder under test uses "explicit" routing (e.g.
A B C E G L M O P Q R S T U 
Skip navigation links

Copyright © 2019 Pivotal Software, Inc.. All rights reserved.