public class SubscriptionTicket extends Object
| Constructor and Description |
|---|
SubscriptionTicket(ExecutableNodeBase subscriber) |
SubscriptionTicket(ExecutableNodeBase subscriber,
int channel) |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.base.Optional<Integer> |
getChannel() |
ExecutableNodeBase |
getSubscriber() |
public SubscriptionTicket(ExecutableNodeBase subscriber)
public SubscriptionTicket(ExecutableNodeBase subscriber, int channel)
public ExecutableNodeBase getSubscriber()
public com.google.common.base.Optional<Integer> getChannel()
Copyright © 2018 University of Michigan. All rights reserved.