Uses of Interface
com.tick42.glue.desktop.channels.ChannelContextSubscriber
| Package | Description |
|---|---|
| com.tick42.glue.desktop.channels |
The channels API for Glue.
|
-
Uses of ChannelContextSubscriber in com.tick42.glue.desktop.channels
Subinterfaces of ChannelContextSubscriber in com.tick42.glue.desktop.channels Modifier and Type Interface Description interfaceChannelContextDataSubscriber<T>Methods in com.tick42.glue.desktop.channels with parameters of type ChannelContextSubscriber Modifier and Type Method Description CompletionStage<AsynchronousCloseable>ChannelContext. subscribe(ChannelContextSubscriber<T> subscriber)Subscribes the specifiedsubscriberfor channel context updates.