| Package | Description |
|---|---|
| org.apache.plc4x.java.base.messages | |
| org.apache.plc4x.java.base.model | |
| org.apache.plc4x.java.base.protocol |
| Modifier and Type | Method and Description |
|---|---|
Collection<? extends InternalPlcSubscriptionHandle> |
InternalPlcUnsubscriptionRequest.getInternalPlcSubscriptionHandles() |
Collection<? extends InternalPlcSubscriptionHandle> |
DefaultPlcUnsubscriptionRequest.getInternalPlcSubscriptionHandles() |
| Constructor and Description |
|---|
DefaultPlcUnsubscriptionRequest(PlcSubscriber subscriber,
Collection<? extends InternalPlcSubscriptionHandle> internalPlcSubscriptionHandles) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultPlcSubscriptionHandle |
| Modifier and Type | Method and Description |
|---|---|
Collection<InternalPlcSubscriptionHandle> |
DefaultPlcConsumerRegistration.getAssociatedHandles() |
Collection<? extends InternalPlcSubscriptionHandle> |
InternalPlcConsumerRegistration.getAssociatedHandles() |
| Constructor and Description |
|---|
DefaultPlcConsumerRegistration(PlcSubscriber plcSubscriber,
Consumer<PlcSubscriptionEvent> consumer,
InternalPlcSubscriptionHandle... handles) |
| Modifier and Type | Method and Description |
|---|---|
protected static SingleItemToSingleRequestProtocol.CorrelatedPlcUnsubscriptionRequest |
SingleItemToSingleRequestProtocol.CorrelatedPlcUnsubscriptionRequest.of(PlcSubscriber subscriber,
InternalPlcSubscriptionHandle subscriptionHandle,
int tdpu) |
| Constructor and Description |
|---|
CorrelatedPlcUnsubscriptionRequest(PlcSubscriber subscriber,
LinkedList<InternalPlcSubscriptionHandle> subscriptionHandles,
int tdpu) |
Copyright © 2017–2018 The Apache Software Foundation. All rights reserved.