Package com.streambase.sb.client
Class SubscriptionEntry
java.lang.Object
com.streambase.sb.client.SubscriptionEntry
Maintain information about a subscription
-
Constructor Summary
ConstructorsConstructorDescriptionSubscriptionEntry(StreamProperties props, String logicalName, String predicate) -
Method Summary
Modifier and TypeMethodDescriptionboolean(package private) StringinthashCode()(package private) String(package private) String(package private) StreamPropertiesprops()(package private) voidresetProperties(StreamProperties newProps) toString()
-
Constructor Details
-
SubscriptionEntry
SubscriptionEntry(StreamProperties props, String logicalName, String predicate)
-
-
Method Details
-
props
StreamProperties props() -
resetProperties
-
getQualifiedName
String getQualifiedName() -
logicalName
String logicalName() -
predicate
String predicate() -
equals
-
hashCode
public int hashCode() -
toString
-