Examples of InitializeMessage


Examples of com.amazonaws.services.kinesis.multilang.messages.InitializeMessage

     * Writes an {@link InitializeMessage} to the subprocess.
     *
     * @param shardIdToWrite The shard id.
     */
    Future<Boolean> writeInitializeMessage(String shardIdToWrite) {
        return writeMessage(new InitializeMessage(shardIdToWrite));
    }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.