public class Correlation extends Object implements Serializable
Constructor and Description |
---|
Correlation(String id,
String name) |
Modifier and Type | Method and Description |
---|---|
String |
getId() |
CorrelationProperties |
getMessageCorrelationFor(String messageRef) |
String |
getName() |
CorrelationProperties |
getProcessSubscription() |
boolean |
hasCorrelationFor(String messageRef) |
boolean |
isSubscribed() |
void |
subscribe() |
public CorrelationProperties getMessageCorrelationFor(String messageRef)
public String getId()
public String getName()
public void subscribe()
public boolean isSubscribed()
public CorrelationProperties getProcessSubscription()
public boolean hasCorrelationFor(String messageRef)
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.