public class SubscriptionPublisherWrapper extends Object implements InvocationHandler
SubscriptionPublisher instance which will
check each call to to a fire... method to ensure it's a non-selective, i.e. multicast, invocation.
If not, then we throw an JoynrIllegalStateException.| Modifier and Type | Method and Description |
|---|---|
static <T extends io.joynr.provider.SubscriptionPublisher> |
createWrapper(io.joynr.provider.SubscriptionPublisher subscriptionPublisher,
Class<T> providedInterface) |
Object |
invoke(Object proxy,
Method method,
Object[] args) |
public static <T extends io.joynr.provider.SubscriptionPublisher> T createWrapper(io.joynr.provider.SubscriptionPublisher subscriptionPublisher, Class<T> providedInterface)
Copyright © 2019. All rights reserved.