Package com.streambase.sb.client
Class SubscriptionEntry
java.lang.Object
com.streambase.sb.client.SubscriptionEntry
Maintain information about a subscription
-
Constructor Summary
ConstructorDescriptionSubscriptionEntry
(StreamProperties props, String logicalName, String predicate) -
Method Summary
Modifier and TypeMethodDescriptionboolean
(package private) String
int
hashCode()
(package private) String
(package private) String
(package private) StreamProperties
props()
(package private) void
resetProperties
(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
-