| Package | Description |
|---|---|
| co.cask.microservice.channel | |
| co.cask.microservice.channel.sqs | |
| co.cask.microservice.channel.tms | |
| co.cask.microservice.channel.websocket |
| Modifier and Type | Method and Description |
|---|---|
co.cask.cdap.api.dataset.lib.CloseableIterator<ChannelEvent> |
InboundChannelManager.poll(String offset,
int maxFetchSize) |
| Modifier and Type | Method and Description |
|---|---|
co.cask.cdap.api.dataset.lib.CloseableIterator<ChannelEvent> |
SQSInboundChannelManager.poll(String offset,
int maxFetchSize) |
| Modifier and Type | Method and Description |
|---|---|
co.cask.cdap.api.dataset.lib.CloseableIterator<ChannelEvent> |
TMSInboundChannelManager.poll(String offset,
int maxFetchSize) |
| Modifier and Type | Method and Description |
|---|---|
co.cask.cdap.api.dataset.lib.CloseableIterator<ChannelEvent> |
WebSocketInboundChannelManager.poll(String offset,
int maxFetchSize) |
Copyright © 2017 Cask Data, Inc. Licensed under the Apache License, Version 2.0.