Class AsynchronousPayloadSubscriberAckTest
- java.lang.Object
-
- org.eclipse.microprofile.reactive.messaging.tck.TckBase
-
- org.eclipse.microprofile.reactive.messaging.tck.acknowledgement.AsynchronousPayloadSubscriberAckTest
-
public class AsynchronousPayloadSubscriberAckTest extends TckBase
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
AsynchronousPayloadSubscriberAckTest.PayloadConsumer
-
Constructor Summary
Constructors Constructor Description AsynchronousPayloadSubscriberAckTest()
-
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
-
-