public class CorrelationSubscription extends Object implements Serializable
Constructor and Description |
---|
CorrelationSubscription() |
Modifier and Type | Method and Description |
---|---|
String |
getCorrelationKeyRef() |
String |
getId() |
String |
getName() |
Map<String,Expression> |
getPropertyExpressions() |
void |
setCorrelationKeyRef(String correlationKeyRef) |
void |
setId(String id) |
void |
setName(String name) |
public String getId()
public void setId(String id)
public String getName()
public void setName(String name)
public String getCorrelationKeyRef()
public void setCorrelationKeyRef(String correlationKeyRef)
public Map<String,Expression> getPropertyExpressions()
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.