Uses of Interface
org.apache.plc4x.java.base.model.InternalPlcSubscriptionHandle
| Package | Description |
|---|---|
| org.apache.plc4x.java.base.messages | |
| org.apache.plc4x.java.base.model | |
| org.apache.plc4x.java.base.protocol |
-
Uses of InternalPlcSubscriptionHandle in org.apache.plc4x.java.base.messages
Methods in org.apache.plc4x.java.base.messages that return types with arguments of type InternalPlcSubscriptionHandle Modifier and Type Method Description Collection<? extends InternalPlcSubscriptionHandle>DefaultPlcUnsubscriptionRequest. getInternalPlcSubscriptionHandles()Collection<? extends InternalPlcSubscriptionHandle>InternalPlcUnsubscriptionRequest. getInternalPlcSubscriptionHandles()Constructor parameters in org.apache.plc4x.java.base.messages with type arguments of type InternalPlcSubscriptionHandle Constructor Description DefaultPlcUnsubscriptionRequest(PlcSubscriber subscriber, Collection<? extends InternalPlcSubscriptionHandle> internalPlcSubscriptionHandles) -
Uses of InternalPlcSubscriptionHandle in org.apache.plc4x.java.base.model
Classes in org.apache.plc4x.java.base.model that implement InternalPlcSubscriptionHandle Modifier and Type Class Description classDefaultPlcSubscriptionHandleMethods in org.apache.plc4x.java.base.model that return types with arguments of type InternalPlcSubscriptionHandle Modifier and Type Method Description Collection<InternalPlcSubscriptionHandle>DefaultPlcConsumerRegistration. getAssociatedHandles()Collection<? extends InternalPlcSubscriptionHandle>InternalPlcConsumerRegistration. getAssociatedHandles()Constructors in org.apache.plc4x.java.base.model with parameters of type InternalPlcSubscriptionHandle Constructor Description DefaultPlcConsumerRegistration(PlcSubscriber plcSubscriber, Consumer<PlcSubscriptionEvent> consumer, InternalPlcSubscriptionHandle... handles) -
Uses of InternalPlcSubscriptionHandle in org.apache.plc4x.java.base.protocol
Methods in org.apache.plc4x.java.base.protocol with parameters of type InternalPlcSubscriptionHandle Modifier and Type Method Description protected static SingleItemToSingleRequestProtocol.CorrelatedPlcUnsubscriptionRequestSingleItemToSingleRequestProtocol.CorrelatedPlcUnsubscriptionRequest. of(PlcSubscriber subscriber, InternalPlcSubscriptionHandle subscriptionHandle, int tdpu)Constructor parameters in org.apache.plc4x.java.base.protocol with type arguments of type InternalPlcSubscriptionHandle Constructor Description CorrelatedPlcUnsubscriptionRequest(PlcSubscriber subscriber, LinkedList<InternalPlcSubscriptionHandle> subscriptionHandles, int tdpu)