Class LumberjackResource
- java.lang.Object
-
- org.apache.camel.quarkus.component.lumberjack.it.LumberjackResource
-
@Path("/lumberjack") @ApplicationScoped public class LumberjackResource extends Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) org.apache.camel.CamelContextcontext
-
Constructor Summary
Constructors Constructor Description LumberjackResource()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LumberjackResponsegetMessagesOfWithGlobalSsl()LumberjackResponsegetMessagesOfWithoutSsl()LumberjackResponsegetMessagesOfWithSsl()
-
-
-
Method Detail
-
getMessagesOfWithoutSsl
@Path("results/ssl/none") @GET @Produces("application/json") public LumberjackResponse getMessagesOfWithoutSsl() throws InterruptedException- Throws:
InterruptedException
-
getMessagesOfWithSsl
@Path("results/ssl/route") @GET @Produces("application/json") public LumberjackResponse getMessagesOfWithSsl() throws InterruptedException- Throws:
InterruptedException
-
getMessagesOfWithGlobalSsl
@Path("results/ssl/global") @GET @Produces("application/json") public LumberjackResponse getMessagesOfWithGlobalSsl() throws InterruptedException- Throws:
InterruptedException
-
-