Class AsynchronousPayloadProcessorAckTest
- java.lang.Object
-
- org.eclipse.microprofile.reactive.messaging.tck.TckBase
-
- org.eclipse.microprofile.reactive.messaging.tck.acknowledgement.AsynchronousPayloadProcessorAckTest
-
public class AsynchronousPayloadProcessorAckTest extends TckBase
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAsynchronousPayloadProcessorAckTest.MessageProcessorstatic classAsynchronousPayloadProcessorAckTest.Sink
-
Constructor Summary
Constructors Constructor Description AsynchronousPayloadProcessorAckTest()
-
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()voidtestThatMessagesAreAckedAfterSuccessfulProcessingOfPayload()voidtestThatMessagesAreNackedAfterFailingProcessingOfPayload()-
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()
-
testThatMessagesAreAckedAfterSuccessfulProcessingOfPayload
public void testThatMessagesAreAckedAfterSuccessfulProcessingOfPayload() throws InterruptedException, TimeoutException, ExecutionException
-
testThatMessagesAreNackedAfterFailingProcessingOfPayload
public void testThatMessagesAreNackedAfterFailingProcessingOfPayload() throws InterruptedException, TimeoutException, ExecutionException
-
-