Interface PlcUnsubscriptionRequest
-
- All Superinterfaces:
PlcMessage
,PlcRequest
public interface PlcUnsubscriptionRequest extends PlcRequest
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
PlcUnsubscriptionRequest.Builder
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CompletableFuture<PlcUnsubscriptionResponse>
execute()
List<PlcSubscriptionHandle>
getSubscriptionHandles()
-
-
-
Method Detail
-
getSubscriptionHandles
List<PlcSubscriptionHandle> getSubscriptionHandles()
-
execute
CompletableFuture<PlcUnsubscriptionResponse> execute()
- Specified by:
execute
in interfacePlcRequest
-
-