Uses of Class
com.tick42.glue.internal.channels.ChannelContexts.ChannelKey
| Package | Description |
|---|---|
| com.tick42.glue.internal.channels | |
| com.tick42.glue.internal.windows |
-
Uses of ChannelContexts.ChannelKey in com.tick42.glue.internal.channels
Methods in com.tick42.glue.internal.channels that return ChannelContexts.ChannelKey Modifier and Type Method Description static ChannelContexts.ChannelKeyChannelContexts. channelKey(String key)static ChannelContexts.ChannelKeyChannelContexts. channelKey(String type, long id)static ChannelContexts.ChannelKeyChannelContexts. channelKey(String type, String id)Methods in com.tick42.glue.internal.channels with parameters of type ChannelContexts.ChannelKey Modifier and Type Method Description reactor.core.publisher.Mono<?>ChannelContexts. changeChannelContext(ChannelContexts.ChannelKey channelKey, String channelName)reactor.core.publisher.Mono<com.tick42.glue.internal.channels.Channel>ChannelContexts. register(ChannelContexts.ChannelKey channelKey, Consumer<String> listener)reactor.core.publisher.Mono<?>ChannelContexts. updateChannelData(ChannelContexts.ChannelKey channelKey, Map<String,Object> update) -
Uses of ChannelContexts.ChannelKey in com.tick42.glue.internal.windows
Methods in com.tick42.glue.internal.windows that return ChannelContexts.ChannelKey Modifier and Type Method Description ChannelContexts.ChannelKeyWindowChannelEventSupport. getChannelContextKey()Methods in com.tick42.glue.internal.windows that return types with arguments of type ChannelContexts.ChannelKey Modifier and Type Method Description default Optional<ChannelContexts.ChannelKey>InternalWindowPeer. channelKey()Constructors in com.tick42.glue.internal.windows with parameters of type ChannelContexts.ChannelKey Constructor Description WindowChannelEventSupport(Window window, ChannelContexts.ChannelKey channelKey)