public class AmazonSQSRule
extends org.junit.rules.ExternalResource
| Constructor | Description |
|---|---|
AmazonSQSRule() |
| Modifier and Type | Method | Description |
|---|---|---|
protected void |
after() |
|
protected void |
before() |
|
List<zipkin2.Span> |
getSpans() |
|
List<zipkin2.Span> |
getSpans(boolean delete) |
|
int |
queueCount() |
|
String |
queueUrl() |
|
void |
send(String body) |
|
AmazonSQSRule |
start(int httpPort) |
public AmazonSQSRule start(int httpPort)
public String queueUrl()
protected void before()
before in class org.junit.rules.ExternalResourceprotected void after()
after in class org.junit.rules.ExternalResourcepublic int queueCount()
public List<zipkin2.Span> getSpans()
public List<zipkin2.Span> getSpans(boolean delete)
public void send(String body)
Copyright © 2016–2018 OpenZipkin. All rights reserved.