public class DefaultPlcConsumerRegistration extends Object implements InternalPlcConsumerRegistration
| Constructor and Description |
|---|
DefaultPlcConsumerRegistration(PlcSubscriber plcSubscriber,
Consumer<PlcSubscriptionEvent> consumer,
InternalPlcSubscriptionHandle... handles) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Collection<InternalPlcSubscriptionHandle> |
getAssociatedHandles() |
int |
getConsumerHash() |
int |
hashCode() |
String |
toString() |
void |
unregister() |
public DefaultPlcConsumerRegistration(PlcSubscriber plcSubscriber, Consumer<PlcSubscriptionEvent> consumer, InternalPlcSubscriptionHandle... handles)
public int getConsumerHash()
getConsumerHash in interface InternalPlcConsumerRegistrationpublic Collection<InternalPlcSubscriptionHandle> getAssociatedHandles()
getAssociatedHandles in interface InternalPlcConsumerRegistrationpublic void unregister()
unregister in interface PlcConsumerRegistrationCopyright © 2017–2018 The Apache Software Foundation. All rights reserved.