| Package | Description | 
|---|---|
| com.diffusiondata.gateway.framework | 
 Diffusion Gateway Framework API. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
CustomPublisher<U,C extends UpdateContext>
An extension of a  
Publisher that enables overriding the default
 publication mechanism in a specific type of Gateway application. | 
| 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 StreamingSourceHandler | 
GatewayApplication.addStreamingSource(ServiceDefinition serviceDefinition,
                  Publisher publisher,
                  StateHandler stateHandler)
Adds a streaming source service to the application. 
 | 
| Constructor and Description | 
|---|
CustomPublisher(Publisher publisher)
Constructor to create an instance of  
CustomPublisher. | 
Copyright © 2024 DiffusionData Limited. All rights reserved.