public class SEDAQueueProducerPolicy extends Object
Modifier and Type | Field and Description |
---|---|
static String |
ADD |
static String |
OFFER |
static String |
PUT |
Constructor and Description |
---|
SEDAQueueProducerPolicy() |
Modifier and Type | Method and Description |
---|---|
String |
getAction() |
long |
getTimeoutOnInsert() |
void |
setAction(String action) |
void |
setTimeoutOnInsert(long timeoutOnInsert) |
public static final String ADD
public static final String OFFER
public static final String PUT
Copyright © 2005-2017 Apache Software Foundation. All Rights Reserved.