public class HeaderParams extends Object
Constructor and Description |
---|
HeaderParams() |
Modifier and Type | Method and Description |
---|---|
HeaderParams |
cacheName(byte[] cacheName) |
HeaderParams |
clientIntel(byte clientIntel) |
HeaderParams |
flags(int flags) |
HeaderParams |
messageId(long messageId) |
HeaderParams |
opCode(short opCode) |
HeaderParams |
topologyAge(int topologyAge) |
HeaderParams |
topologyId(AtomicInteger topologyId) |
HeaderParams |
txMarker(byte txMarker) |
public HeaderParams opCode(short opCode)
public HeaderParams cacheName(byte[] cacheName)
public HeaderParams flags(int flags)
public HeaderParams clientIntel(byte clientIntel)
public HeaderParams txMarker(byte txMarker)
public HeaderParams topologyId(AtomicInteger topologyId)
public HeaderParams messageId(long messageId)
public HeaderParams topologyAge(int topologyAge)
Copyright © 2021 JBoss, a division of Red Hat. All rights reserved.