public abstract class SQSChannelManager extends AbstractChannelManager
| Modifier and Type | Field and Description |
|---|---|
static String |
ACCESSID |
static String |
ACCESSKEY |
static String |
ENDPOINT |
static String |
QUEUENAME |
static String |
REGION |
channel| Constructor and Description |
|---|
SQSChannelManager(Channel channel) |
| Modifier and Type | Method and Description |
|---|---|
void |
configure() |
protected String |
getAccessId() |
protected String |
getAccessKey() |
protected String |
getEndpoint() |
protected String |
getQueueName() |
protected String |
getRegion() |
protected com.amazonaws.services.sqs.AmazonSQS |
getSQSClient() |
void |
initialize() |
void |
stop() |
getChannelpublic static final String REGION
public static final String ACCESSKEY
public static final String ACCESSID
public static final String QUEUENAME
public static final String ENDPOINT
public SQSChannelManager(Channel channel)
public void configure()
throws ChannelConfigureException
ChannelConfigureExceptionpublic void initialize()
throws ChannelInitializationException
ChannelInitializationExceptionpublic void stop()
protected com.amazonaws.services.sqs.AmazonSQS getSQSClient()
protected String getRegion()
protected String getAccessKey()
protected String getAccessId()
protected String getQueueName()
Copyright © 2017 Cask Data, Inc. Licensed under the Apache License, Version 2.0.