public class StatusUtil extends Object
| Constructor and Description |
|---|
StatusUtil() |
| Modifier and Type | Method and Description |
|---|---|
static StatusIndicator |
controllableIdleStrategy(CountersReader countersReader)
Return the controllable idle strategy
StatusIndicator. |
static StatusIndicatorReader |
receiveChannelStatus(CountersReader countersReader,
String channel)
Return the read-only status indicator for the given receive channel URI.
|
static StatusIndicatorReader |
sendChannelStatus(CountersReader countersReader,
String channel)
Return the read-only status indicator for the given send channel URI.
|
public static StatusIndicator controllableIdleStrategy(CountersReader countersReader)
StatusIndicator.countersReader - that holds the status indicator.public static StatusIndicatorReader sendChannelStatus(CountersReader countersReader, String channel)
countersReader - that holds the status indicator.channel - for the send channel.for status values and indications.public static StatusIndicatorReader receiveChannelStatus(CountersReader countersReader, String channel)
countersReader - that holds the status indicator.channel - for the receiving endpointfor status values and indications.Copyright © 2014-2023 Real Logic Limited. All Rights Reserved.