@Path(value="/lumberjack") @ApplicationScoped public class LumberjackResource extends Object
| Modifier and Type | Field and Description |
|---|---|
(package private) org.apache.camel.CamelContext |
context |
| Constructor and Description |
|---|
LumberjackResource() |
| Modifier and Type | Method and Description |
|---|---|
LumberjackResponse |
getMessagesOfWithGlobalSsl() |
LumberjackResponse |
getMessagesOfWithoutSsl() |
LumberjackResponse |
getMessagesOfWithSsl() |
@Path(value="results/ssl/none") @GET @Produces(value="application/json") public LumberjackResponse getMessagesOfWithoutSsl() throws InterruptedException
InterruptedException@Path(value="results/ssl/route") @GET @Produces(value="application/json") public LumberjackResponse getMessagesOfWithSsl() throws InterruptedException
InterruptedException@Path(value="results/ssl/global") @GET @Produces(value="application/json") public LumberjackResponse getMessagesOfWithGlobalSsl() throws InterruptedException
InterruptedExceptionCopyright © 2019–2020 The Apache Software Foundation. All rights reserved.