Uses of Class
org.chenile.core.entrypoint.ChenileEntryPoint
Package
Description
Chenile core beans are initialized in Spring.
Event processing and logging classes.
Contains the Gherkin language support for Non Rest interactions
This package defines the HTTP entry point for invoking a Chenile service.
Contains HTTP service initialization code.
The entry point for Chenile MQTT
Chenile proxy interceptors.
-
Uses of ChenileEntryPoint in org.chenile.configuration.core
-
Uses of ChenileEntryPoint in org.chenile.core.event
Modifier and TypeFieldDescription(package private) ChenileEntryPoint
EventProcessor.chenileEntryPoint
-
Uses of ChenileEntryPoint in org.chenile.cucumber.nonrest
Modifier and TypeFieldDescription(package private) ChenileEntryPoint
CukesSteps.chenileEntryPoint
-
Uses of ChenileEntryPoint in org.chenile.http.handler
Modifier and TypeFieldDescription(package private) ChenileEntryPoint
ControllerSupport.chenileEntryPoint
private final ChenileEntryPoint
HttpEntryPoint.chenileEntryPoint
ModifierConstructorDescriptionHttpEntryPoint
(ChenileServiceDefinition serviceDefinition, OperationDefinition operationDefinition, ChenileEntryPoint chenileEntryPoint) -
Uses of ChenileEntryPoint in org.chenile.http.init
-
Uses of ChenileEntryPoint in org.chenile.mqtt.entry
Modifier and TypeFieldDescription(package private) ChenileEntryPoint
MqttEntryPoint.chenileEntryPoint
-
Uses of ChenileEntryPoint in org.chenile.proxy.interceptors
-
Uses of ChenileEntryPoint in org.chenile.scheduler.init
-
Uses of ChenileEntryPoint in org.chenile.scheduler.jobs
Modifier and TypeMethodDescriptionprivate ChenileEntryPoint
ScheduledJob.getChenileEntryPoint
(org.quartz.JobExecutionContext context)