public class RequestContext extends Object implements Serializable
RequestChannels channel to identify through which kind of interface the transaction was triggered| Constructor and Description |
|---|
RequestContext() |
RequestContext(String transactionId,
String correlationId,
RequestChannels channel) |
| Modifier and Type | Method and Description |
|---|---|
RequestChannels |
getChannel() |
String |
getCorrelationId() |
String |
getTransactionId() |
void |
setChannel(RequestChannels channel) |
void |
setCorrelationId(String correlationId) |
void |
setTransactionId(String transactionId) |
public RequestContext()
public RequestContext(String transactionId, String correlationId, RequestChannels channel)
public String getTransactionId()
public void setTransactionId(String transactionId)
public String getCorrelationId()
public void setCorrelationId(String correlationId)
public RequestChannels getChannel()
public void setChannel(RequestChannels channel)
Copyright © 2020. All rights reserved.