public abstract class MessageHandlerTest<O extends SendOperation> extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
destination |
protected String |
dynamicDestination |
protected DefaultMessageHandler |
handler |
protected reactor.core.publisher.Mono<Void> |
mono |
protected O |
sendOperation |
| Constructor and Description |
|---|
MessageHandlerTest() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
setUp() |
void |
testSend() |
void |
testSendCallback() |
void |
testSendDynamicTopic() |
void |
testSendSync() |
void |
testSendTimeout() |
protected O extends SendOperation sendOperation
protected DefaultMessageHandler handler
protected String destination
protected String dynamicDestination
protected reactor.core.publisher.Mono<Void> mono
Copyright © 2020 Microsoft. All rights reserved.