Interface InternalPlcUnsubscriptionRequest
- All Superinterfaces:
InternalPlcMessage,InternalPlcRequest,PlcMessage,PlcRequest,PlcUnsubscriptionRequest
- All Known Implementing Classes:
DefaultPlcUnsubscriptionRequest,SingleItemToSingleRequestProtocol.CorrelatedPlcUnsubscriptionRequest
public interface InternalPlcUnsubscriptionRequest extends PlcUnsubscriptionRequest, InternalPlcRequest
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.plc4x.java.api.messages.PlcUnsubscriptionRequest
PlcUnsubscriptionRequest.Builder -
Method Summary
Modifier and Type Method Description Collection<? extends InternalPlcSubscriptionHandle>getInternalPlcSubscriptionHandles()Methods inherited from interface org.apache.plc4x.java.api.messages.PlcUnsubscriptionRequest
execute
-
Method Details
-
getInternalPlcSubscriptionHandles
Collection<? extends InternalPlcSubscriptionHandle> getInternalPlcSubscriptionHandles()
-