public class WebSocketInboundChannelManager extends WebSocketChannelManager implements InboundChannelManager
InboundChannelManager for WebSocket.CONNECTION_STRING, SSL_KEYSTORE_FILE_PATH, SSL_KEYSTORE_KEY_PASSWORD, SSL_KEYSTORE_PASSWORD, SSL_KEYSTORE_TYPE, SSL_TRUSTSTORE_FILE_PATH, SSL_TRUSTSTORE_PASSWORD, SSL_TRUSTSTORE_TYPE| Constructor and Description |
|---|
WebSocketInboundChannelManager(Channel channel) |
| Modifier and Type | Method and Description |
|---|---|
void |
acknowledge(String messageId) |
co.cask.cdap.api.dataset.lib.CloseableIterator<ChannelEvent> |
poll(String offset,
int maxFetchSize) |
configure, getConnectionString, initialize, pollData, sendData, stopgetChannelclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitconfigure, getChannel, initialize, stoppublic WebSocketInboundChannelManager(Channel channel)
public co.cask.cdap.api.dataset.lib.CloseableIterator<ChannelEvent> poll(String offset, int maxFetchSize) throws Exception
poll in interface InboundChannelManagerExceptionpublic void acknowledge(String messageId)
acknowledge in interface InboundChannelManagerCopyright © 2017 Cask Data, Inc. Licensed under the Apache License, Version 2.0.