public class AsynchronousPayloadProcessorAckTest extends TckBase
Modifier and Type | Class and Description |
---|---|
static class |
AsynchronousPayloadProcessorAckTest.MessageProcessor |
static class |
AsynchronousPayloadProcessorAckTest.Sink |
Constructor and Description |
---|
AsynchronousPayloadProcessorAckTest() |
Modifier and Type | Method and Description |
---|---|
static org.jboss.shrinkwrap.api.Archive<org.jboss.shrinkwrap.api.spec.JavaArchive> |
deployment() |
void |
testThatMessagesAreAckedAfterSuccessfulProcessingOfPayload() |
void |
testThatMessagesAreNackedAfterFailingProcessingOfPayload() |
getBaseArchive
@Deployment public static org.jboss.shrinkwrap.api.Archive<org.jboss.shrinkwrap.api.spec.JavaArchive> deployment()
public void testThatMessagesAreAckedAfterSuccessfulProcessingOfPayload() throws InterruptedException, TimeoutException, ExecutionException
public void testThatMessagesAreNackedAfterFailingProcessingOfPayload() throws InterruptedException, TimeoutException, ExecutionException
Copyright © 2018–2021 Eclipse Foundation. All rights reserved.