public class GroupingHandler extends Object
| Constructor and Description |
|---|
GroupingHandler(String key) |
| Modifier and Type | Method and Description |
|---|---|
String |
getKey() |
String |
groupingHandlerAddress()
A reference to a cluster connection and the address it uses.
|
GroupingHandler |
groupingHandlerAddress(String value)
A reference to a cluster connection and the address it uses.
|
Long |
groupTimeout()
How long a group binding will be used, -1 means for ever.
|
GroupingHandler |
groupTimeout(Long value)
How long a group binding will be used, -1 means for ever.
|
Long |
reaperPeriod()
How often the reaper will be run to check for timed out group bindings (only valid for LOCAL handlers).
|
GroupingHandler |
reaperPeriod(Long value)
How often the reaper will be run to check for timed out group bindings (only valid for LOCAL handlers).
|
Long |
timeout()
How long to wait for a handling decision to be made; an exception will be thrown during the send if this timeout is reached, ensuring that strict ordering is kept.
|
GroupingHandler |
timeout(Long value)
How long to wait for a handling decision to be made; an exception will be thrown during the send if this timeout is reached, ensuring that strict ordering is kept.
|
String |
type()
Whether the handler is the single "Local" handler for the cluster, which makes handling decisions, or a "Remote" handler which converses with the local handler.
|
GroupingHandler |
type(String value)
Whether the handler is the single "Local" handler for the cluster, which makes handling decisions, or a "Remote" handler which converses with the local handler.
|
public GroupingHandler(String key)
public String getKey()
public Long groupTimeout()
public GroupingHandler groupTimeout(Long value)
public String groupingHandlerAddress()
public GroupingHandler groupingHandlerAddress(String value)
public Long reaperPeriod()
public GroupingHandler reaperPeriod(Long value)
public Long timeout()
public GroupingHandler timeout(Long value)
public String type()
public GroupingHandler type(String value)
Copyright © 2015 JBoss by Red Hat. All rights reserved.