public class SQSOutboundChannelManager extends SQSChannelManager implements OutboundChannelManager
ACCESSID, ACCESSKEY, ENDPOINT, QUEUENAME, REGIONchannel| Constructor and Description |
|---|
SQSOutboundChannelManager(Channel channel) |
| Modifier and Type | Method and Description |
|---|---|
void |
initialize() |
void |
publish(byte[] data) |
void |
publish(List<byte[]> data) |
void |
stop() |
configure, getAccessId, getAccessKey, getEndpoint, getQueueName, getRegion, getSQSClientgetChannelclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitconfigure, getChannelpublic SQSOutboundChannelManager(Channel channel)
public void initialize()
throws ChannelInitializationException
initialize in interface ChannelManagerinitialize in class SQSChannelManagerChannelInitializationExceptionpublic void stop()
stop in interface ChannelManagerstop in class SQSChannelManagerpublic void publish(byte[] data)
throws Exception
publish in interface OutboundChannelManagerExceptionpublic void publish(List<byte[]> data) throws Exception
publish in interface OutboundChannelManagerExceptionCopyright © 2017 Cask Data, Inc. Licensed under the Apache License, Version 2.0.