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 classAsynchronousPayloadSubscriberAckTest.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()voidtestThatMessagesAreAckedAfterSuccessfulProcessingOfMessage()voidtestThatMessagesAreNackedAfterFailingProcessingOfMessage()-
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
-
-