Package org.apache.plc4x.java.api.model
Interface PlcConsumerRegistration
-
public interface PlcConsumerRegistration
Represents the registration of one consumer for a given subscription handle. Also provides the means to unsubscribe.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Integer
getConsumerId()
List<PlcSubscriptionHandle>
getSubscriptionHandles()
void
unregister()
-
-
-
Method Detail
-
getConsumerId
Integer getConsumerId()
-
getSubscriptionHandles
List<PlcSubscriptionHandle> getSubscriptionHandles()
-
unregister
void unregister()
-
-