Class PayloadProcessorAckTest
- java.lang.Object
-
- org.eclipse.microprofile.reactive.messaging.tck.TckBase
-
- org.eclipse.microprofile.reactive.messaging.tck.acknowledgement.PayloadProcessorAckTest
-
public class PayloadProcessorAckTest extends TckBase
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
PayloadProcessorAckTest.PayloadProcessor
static class
PayloadProcessorAckTest.Sink
-
Constructor Summary
Constructors Constructor Description PayloadProcessorAckTest()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static org.jboss.shrinkwrap.api.Archive<org.jboss.shrinkwrap.api.spec.JavaArchive>
deployment()
void
testThatMessagesAreAckedAfterSuccessfulProcessingOfMessage()
void
testThatMessagesAreNackedAfterFailingProcessingOfMessage()
-
Methods inherited from class org.eclipse.microprofile.reactive.messaging.tck.TckBase
getBaseArchive
-
-
-
-
Method Detail
-
deployment
@Deployment public static org.jboss.shrinkwrap.api.Archive<org.jboss.shrinkwrap.api.spec.JavaArchive> deployment()
-
testThatMessagesAreAckedAfterSuccessfulProcessingOfMessage
public void testThatMessagesAreAckedAfterSuccessfulProcessingOfMessage() throws InterruptedException, TimeoutException, ExecutionException
-
testThatMessagesAreNackedAfterFailingProcessingOfMessage
public void testThatMessagesAreNackedAfterFailingProcessingOfMessage() throws InterruptedException, TimeoutException, ExecutionException
-
-