| Package | Description | 
|---|---|
| com.diffusiondata.gateway.framework | 
 Diffusion Gateway Framework API. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
default HybridHandler<?> | 
GatewayApplication.addHybrid(ServiceDefinition serviceDefinition,
         Publisher publisher,
         Subscriber subscriber,
         StateHandler stateHandler)
Adds a hybrid service to the application. 
 | 
default PollingSourceHandler | 
GatewayApplication.addPollingSource(ServiceDefinition serviceDefinition,
                Publisher publisher,
                StateHandler stateHandler)
Adds a polling source service to the application. 
 | 
default SinkHandler<?> | 
GatewayApplication.addSink(ServiceDefinition serviceDefinition,
       Subscriber subscriber,
       StateHandler stateHandler)
Adds a sink service to the application. 
 | 
default StreamingSourceHandler | 
GatewayApplication.addStreamingSource(ServiceDefinition serviceDefinition,
                  Publisher publisher,
                  StateHandler stateHandler)
Adds a streaming source service to the application. 
 | 
Copyright © 2024 DiffusionData Limited. All rights reserved.