Class DelayCounterInformation
java.lang.Object
de.wuespace.telestion.api.message.HeaderInformation
de.wuespace.telestion.examples.header.DelayCounterInformation
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDelayCounterInformation(int delay, int counter)
DelayCounterInformation(io.vertx.core.eventbus.DeliveryOptions options)
DelayCounterInformation(io.vertx.core.eventbus.Message<?> message)
DelayCounterInformation(io.vertx.core.MultiMap headers)
-
Method Summary
Modifier and TypeMethodDescriptionstatic DelayCounterInformation
from(io.vertx.core.eventbus.DeliveryOptions options)
static DelayCounterInformation
from(io.vertx.core.eventbus.Message<?> message)
static DelayCounterInformation
from(io.vertx.core.MultiMap headers)
int
int
getDelay()
setCounter(int counter)
setDelay(int delay)
Methods inherited from class de.wuespace.telestion.api.message.HeaderInformation
add, add, add, add, add, add, add, add, addAll, addAll, addAll, attach, clear, contains, equals, get, get, getAll, getBoolean, getBoolean, getByte, getByte, getChar, getChar, getDouble, getDouble, getFloat, getFloat, getHeaders, getInt, getInt, getLong, getLong, hashCode, isEmpty, merge, merge, merge, names, remove, set, set, set, set, set, set, set, set, setAll, setAll, setAll, size, toOptions, toString
-
Field Details
-
DELAY_KEY
- See Also:
- Constant Field Values
-
COUNTER_KEY
- See Also:
- Constant Field Values
-
DELAY_DEFAULT_VALUE
public static final int DELAY_DEFAULT_VALUE- See Also:
- Constant Field Values
-
COUNTER_DEFAULT_VALUE
public static final int COUNTER_DEFAULT_VALUE- See Also:
- Constant Field Values
-
-
Constructor Details
-
DelayCounterInformation
public DelayCounterInformation() -
DelayCounterInformation
public DelayCounterInformation(int delay, int counter) -
DelayCounterInformation
-
DelayCounterInformation
public DelayCounterInformation(io.vertx.core.MultiMap headers) -
DelayCounterInformation
public DelayCounterInformation(io.vertx.core.eventbus.Message<?> message) -
DelayCounterInformation
public DelayCounterInformation(io.vertx.core.eventbus.DeliveryOptions options)
-
-
Method Details
-
from
-
from
-
from
-
setDelay
-
setCounter
-
getDelay
public int getDelay() -
getCounter
public int getCounter()
-