| Package | Description | 
|---|---|
| org.diirt.datasource | 
 
  | 
| Modifier and Type | Method and Description | 
|---|---|
ChannelHandlerWriteSubscription | 
ChannelWriteRecipe.getWriteSubscription()
The write subscription parameters. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
MultiplexedChannelHandler.addWriter(ChannelHandlerWriteSubscription subscription)  | 
protected abstract void | 
ChannelHandler.addWriter(ChannelHandlerWriteSubscription subscription)
Used by the data source to prepare the channel managed by this handler
 for write. 
 | 
protected void | 
MultiplexedChannelHandler.removeWrite(ChannelHandlerWriteSubscription subscription)  | 
protected abstract void | 
ChannelHandler.removeWrite(ChannelHandlerWriteSubscription subscription)
Used by the data source to conclude writes to the channel managed by this handler. 
 | 
| Constructor and Description | 
|---|
ChannelWriteRecipe(String channelName,
                  ChannelHandlerWriteSubscription writeSubscription)
Creates a new write recipe for the given channel. 
 | 
Copyright © 2015. All rights reserved.