public class DefaultPlcUnsubscriptionRequest extends Object implements InternalPlcUnsubscriptionRequest, InternalPlcRequest
| Modifier and Type | Class and Description |
|---|---|
static class |
DefaultPlcUnsubscriptionRequest.Builder |
| Constructor and Description |
|---|
DefaultPlcUnsubscriptionRequest(PlcSubscriber subscriber,
Collection<? extends InternalPlcSubscriptionHandle> internalPlcSubscriptionHandles) |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<PlcUnsubscriptionResponse> |
execute() |
Collection<? extends InternalPlcSubscriptionHandle> |
getInternalPlcSubscriptionHandles() |
public DefaultPlcUnsubscriptionRequest(PlcSubscriber subscriber, Collection<? extends InternalPlcSubscriptionHandle> internalPlcSubscriptionHandles)
public CompletableFuture<PlcUnsubscriptionResponse> execute()
execute in interface PlcRequestexecute in interface PlcUnsubscriptionRequestpublic Collection<? extends InternalPlcSubscriptionHandle> getInternalPlcSubscriptionHandles()
getInternalPlcSubscriptionHandles in interface InternalPlcUnsubscriptionRequestCopyright © 2017–2018 The Apache Software Foundation. All rights reserved.