Class SendSubscribeWithoutGroupOperationTest<T extends SendOperation & SubscribeOperation>
- java.lang.Object
-
- com.azure.spring.integration.test.support.SendSubscribeOperationTest<T>
-
- com.azure.spring.integration.test.support.SendSubscribeWithoutGroupOperationTest<T>
-
public abstract class SendSubscribeWithoutGroupOperationTest<T extends SendOperation & SubscribeOperation> extends SendSubscribeOperationTest<T>
-
-
Field Summary
-
Fields inherited from class com.azure.spring.integration.test.support.SendSubscribeOperationTest
destination, headers, messages, partitionId, payload, sendSubscribeOperation, user, userMessage
-
-
Constructor Summary
Constructors Constructor Description SendSubscribeWithoutGroupOperationTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
setCheckpointConfig(CheckpointConfig checkpointConfig)
protected void
subscribe(String destination, Consumer<org.springframework.messaging.Message<?>> consumer, Class<?> payloadType)
-
Methods inherited from class com.azure.spring.integration.test.support.SendSubscribeOperationTest
getPartitionId, getSendSubscribeOperation, manualCheckpointHandler, setPartitionId, setSendSubscribeOperation, setUp, testSendByte, testSendReceiveWithManualCheckpointMode, testSendReceiveWithRecordCheckpointMode, testSendString, testSendUser, verifyCheckpointBatchSuccessCalled, verifyCheckpointFailure, verifyCheckpointFailureCalled, verifyCheckpointSuccess, verifyCheckpointSuccessCalled, waitMillis
-
-
-
-
Method Detail
-
subscribe
protected void subscribe(String destination, Consumer<org.springframework.messaging.Message<?>> consumer, Class<?> payloadType)
- Specified by:
subscribe
in classSendSubscribeOperationTest<T extends SendOperation & SubscribeOperation>
-
setCheckpointConfig
protected void setCheckpointConfig(CheckpointConfig checkpointConfig)
- Specified by:
setCheckpointConfig
in classSendSubscribeOperationTest<T extends SendOperation & SubscribeOperation>
-
-